filite/.env.example

10 lines
162 B
Plaintext
Raw Permalink Normal View History

2019-10-08 01:38:29 +00:00
PORT=8080
DATABASE_URL=target/database.db
2019-10-08 01:38:29 +00:00
POOL_SIZE=4
FILES_DIR=target/static/
2019-10-09 13:14:47 +00:00
2019-10-25 03:39:34 +00:00
PASSWD=a1b2c3d4
2019-10-21 16:31:25 +00:00
2019-10-09 13:14:47 +00:00
RUST_LOG=actix_web=debug
LOG_FORMAT='[%r] (%D ms) : [%s] (%b B)'