Browse Source

Fix some comments in .env.example

pull/1111/head
Timothée Jaussoin 3 years ago
parent
commit
2744f15e46
  1. 4
      .env.example

4
.env.example

@ -7,8 +7,8 @@ DB_USERNAME=movim
DB_PASSWORD=movim
# Daemon configuration
DAEMON_URL=https://public-movim.url/ # Public URL of your Movim insta
DAEMON_URL=https://public-movim.url/ # Public URL of your Movim instance
DAEMON_PORT=8080 # Port on which the daemon will listen
DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen
DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen, must be an IP
DAEMON_DEBUG=false
DAEMON_VERBOSE=false
Loading…
Cancel
Save