You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
405 B

  1. # Database configuration
  2. DB_DRIVER=pgsql
  3. DB_HOST=localhost
  4. DB_PORT=5432
  5. DB_DATABASE=movim
  6. DB_USERNAME=movim
  7. DB_PASSWORD=movim
  8. # Daemon configuration
  9. DAEMON_URL=https://public-movim.url/ # Public URL of your Movim instance
  10. DAEMON_PORT=8080 # Port on which the daemon will listen
  11. DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen, must be an IP
  12. DAEMON_DEBUG=false
  13. DAEMON_VERBOSE=false