diff --git a/conf/isso.cfg b/conf/isso.cfg index 2d33317..1e2212e 100644 --- a/conf/isso.cfg +++ b/conf/isso.cfg @@ -23,6 +23,7 @@ timeout = 10 [server] listen = http://localhost:__PORT__ public-endpoint = +trusted-proxies = ['127.0.0.1','localhost'] [guard] enabled = true @@ -34,4 +35,4 @@ require-email = false [admin] enabled = true -password = __PASSWORD__ \ No newline at end of file +password = __PASSWORD__