aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2017-12-14 17:42:44 +0100
committerPhil <phil.buschmann@tum.de>2017-12-14 17:42:44 +0100
commita38dbfc3c3b80214d2eb1a165c1d8c123c73c8ae (patch)
tree8c19cf9531ea2968224207bfa60a227e88a7f223 /src/rest
parente87ca099f191647b1c218fc213463433366db447 (diff)
downloadgnunet-a38dbfc3c3b80214d2eb1a165c1d8c123c73c8ae.tar.gz
gnunet-a38dbfc3c3b80214d2eb1a165c1d8c123c73c8ae.zip
-add login and login timeout
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/rest.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index b86e6c1a0..f74d772e8 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -3,4 +3,4 @@ UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock
3BINARY=gnunet-rest-server 3BINARY=gnunet-rest-server
4REST_PORT=7776 4REST_PORT=7776
5REST_ALLOW_HEADERS=Authorization,Accept,Content-Type 5REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
6REST_ALLOW_ORIGIN=* 6REST_ALLOW_ORIGIN=http://localhost:8000