aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
committert3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
commit8e4312d5e44a83e2baeb3fc15465b5e70919e6cf (patch)
treee4fe3388c0c18d9fa025c95820089d4ec5a801d4 /src/rest/rest.conf
parent247230d737e3e4709392148bfabbde25871b6914 (diff)
parent95fd039097d261626916cfc260a06a29d3d4fc15 (diff)
downloadgnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.tar.gz
gnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/rest/rest.conf')
-rw-r--r--src/rest/rest.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index 0d6e33ada..85c006c9b 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -9,4 +9,6 @@ REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
9REST_ECHO_ORIGIN_WEBEXT=YES 9REST_ECHO_ORIGIN_WEBEXT=YES
10REST_ALLOW_ORIGIN=http://localhost:4200 10REST_ALLOW_ORIGIN=http://localhost:4200
11REST_ALLOW_CREDENTIALS=true 11REST_ALLOW_CREDENTIALS=true
12RUN_PER_USER=YES 12RUN_PER_USER=NO
13BASIC_AUTH_SECRET_FILE=$GNUNET_DATA_HOME/rest/secret
14BASIC_AUTH_ENABLED=YES