filite/.env.example

9 lines
167 B
Plaintext
Raw 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 15:59:52 +00:00
MAX_FILESIZE=50000000
2019-10-09 13:14:47 +00:00
RUST_LOG=actix_web=debug
LOG_FORMAT='[%r] (%D ms) : [%s] (%b B)'