bitque/.env

8 lines
178 B
Bash

DEBUG=true
RUST_LOG=info
JIRS_CLIENT_PORT=80
JIRS_CLIENT_BIND=bitque.lvh.me
DATABASE_URL=postgres://postgres@localhost:5432/bitque
JIRS_SERVER_PORT=5000
JIRS_SERVER_BIND=0.0.0.0