3cd7ff11f6
Breaking: Changed a lot of column names
14 lines
286 B
Bash
14 lines
286 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
|
|
POSTGRES_SERVER=localhost
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=123456
|
|
POSTGRES_DB=hops
|