diff options
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index b3fdc29..05eed7a 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,8 @@ PORT=3000 +BIND_ADDRESS=localhost TOKEN= HOST_DIR=/dist UPLOAD_LIMIT=4194304 MONGO_URI=mongodb://localhost:27017 -MONGO_DB=ao-coverage
\ No newline at end of file +MONGO_DB=ao-coverage +LOG_LEVEL=info
\ No newline at end of file |
