5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
# Postgres database URL
|
|
DATABASE_URL=postgres://postgres:password@localhost:3306/database
|
|
# Logger level
|
|
RUST_LOG=info
|