File: movim.env

package info (click to toggle)
slidge 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,544 kB
  • sloc: python: 21,794; xml: 525; sh: 57; javascript: 27; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Database configuration
DB_DRIVER=pgsql
DB_HOST=postgresql
DB_PORT=5432
DB_DATABASE=movim
DB_USERNAME=movim
DB_PASSWORD=BAD

# Daemon configuration
DAEMON_URL=http://localhost:8888
DAEMON_PORT=8080
DAEMON_INTERFACE=0.0.0.0
DAEMON_DEBUG=true
DAEMON_VERBOSE=true