9 lines
194 B
Bash
9 lines
194 B
Bash
|
HOST=0.0.0.0
|
||
|
PORT=9998
|
||
|
LOG_LEVEL=info
|
||
|
DEBUG=true
|
||
|
DB_URL=postgresql://postgres:123456@localhost:5432/hops
|
||
|
MODULE_NAME=brewman.main
|
||
|
SERVER_NAME=localhost
|
||
|
SERVER_HOST=localhost
|
||
|
PROJECT_NAME=bifrost
|