mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
parent
2b3d968b9d
commit
cd09cc5a88
1 changed files with 2 additions and 1 deletions
|
@ -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__
|
||||
password = __PASSWORD__
|
||||
|
|
Loading…
Reference in a new issue