8 lines
175 B
Bash
8 lines
175 B
Bash
DEBUG=true
|
|
RUST_LOG=debug
|
|
JIRS_CLIENT_PORT=80
|
|
JIRS_CLIENT_BIND=jirs.lvh.me
|
|
DATABASE_URL=postgres://postgres@localhost:5432/jirs
|
|
JIRS_SERVER_PORT=5000
|
|
JIRS_SERVER_BIND=0.0.0.0
|