2020-05-08 04:52:25 +00:00
|
|
|
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
|
2020-05-10 15:06:19 +00:00
|
|
|
PROJECT_NAME=bifrost
|
|
|
|
POSTGRES_SERVER=localhost
|
|
|
|
POSTGRES_USER=postgres
|
|
|
|
POSTGRES_PASSWORD=123456
|
|
|
|
POSTGRES_DB=hops
|