mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix typo in dot_env
This commit is contained in:
parent
f0d65bdce1
commit
7929ae0e1d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DB_PASSWORD=__DB_PWD__
|
|||
|
||||
# Daemon configuration
|
||||
DAEMON_URL=https://__DOMAIN____PATH__/
|
||||
DAEMON_PORT=__PORT____PORT__
|
||||
DAEMON_PORT=__PORT__
|
||||
DAEMON_INTERFACE=127.0.0.1
|
||||
DAEMON_DEBUG=false
|
||||
DAEMON_VERBOSE=false
|
||||
|
|
Loading…
Reference in a new issue