hitman/env.example

7 lines
175 B
Plaintext
Raw Normal View History

DATABASE_URL=sqlite:///${HOME}/.hitman.db
DATABASE_FILE=${HOME}/.hitman.db
LISTENING_ADDR=0.0.0.0
LISTENING_PORT=5000
HITMAN_ORIGIN=http://localhost:3000
2024-04-01 00:05:44 +00:00
RUST_LOG=hitman=info