diff options
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample index 054d80e..797d9bf 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,3 @@ DATABASE_URL=postgres://username:password@localhost/august_offensive BIND_ADDRESS=127.0.0.1:8080 +RUST_LOG=info,actix_server=warn |
