diff options
Diffstat (limited to 'conf/conf.cfg-sample')
-rw-r--r-- | conf/conf.cfg-sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 80afcbe3..2f30b04a 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,9 +1,9 @@ [webserver] -host = 0.0.0.0 +host = 127.0.0.1 port = 5000 secret = a secret only you know [misc] -platform_url = http://0.0.0.0:5000/ +platform_url = http://127.0.0.1:5000/ admin_email = recaptcha_public_key = recaptcha_private_key = |