10 lines
191 B
Bash
10 lines
191 B
Bash
INTRASYS_HOST=0.0.0.0
|
|
INTRASYS_PORT=8080
|
|
PGUSER=postgres
|
|
PGHOST=127.0.0.1
|
|
PGPASSWORD=password
|
|
INTRASYS_LOG=trace
|
|
|
|
#Only use for tests
|
|
DATABASE_URL=postgres://postgres:password@localhost:5432
|