bitque/.env
2023-04-04 17:14:31 +02:00

8 lines
186 B
Bash

DEBUG=true
RUST_LOG=info
BITQUE_CLIENT_PORT=80
BITQUE_CLIENT_BIND=bitque.lvh.me
DATABASE_URL=postgres://postgres@localhost:5432/bitque
BITQUE_SERVER_PORT=5000
BITQUE_SERVER_BIND=0.0.0.0