fe74ef44bf
Config is not properly working with .env file as of now Cost Centre is mostly working, going to work on Accounts now
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 |