mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update .env
This commit is contained in:
parent
c930003984
commit
16baa39e6b
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ DB_PASSWORD=__DB_PWD__
|
||||||
DAEMON_URL=https://__DOMAIN____PATH__/ # Public URL of your Movim instance
|
DAEMON_URL=https://__DOMAIN____PATH__/ # Public URL of your Movim instance
|
||||||
DAEMON_PORT=__PORT__ # Port on which the daemon will listen
|
DAEMON_PORT=__PORT__ # Port on which the daemon will listen
|
||||||
DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen, must be an IP
|
DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen, must be an IP
|
||||||
DAEMON_DEBUG=false
|
DAEMON_DEBUG=true
|
||||||
DAEMON_VERBOSE=false
|
DAEMON_VERBOSE=true
|
Loading…
Add table
Reference in a new issue