bitque/.env

9 lines
194 B
Bash
Raw Normal View History

DEBUG=true
NODE_ENV=development
2020-04-03 14:29:30 +02:00
RUST_LOG=debug
2020-03-30 14:26:25 +02:00
JIRS_CLIENT_PORT=7000
JIRS_CLIENT_BIND=0.0.0.0
DATABASE_URL=postgres://postgres@localhost:5432/jirs
2020-03-30 14:26:25 +02:00
JIRS_SERVER_PORT=5000
JIRS_SERVER_BIND=0.0.0.0