brewman/.env

14 lines
286 B
Bash
Raw Normal View History

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