1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

config: lowercase log levels for #90

This commit is contained in:
James Hillyerd
2018-04-01 20:50:18 -07:00
parent d1dbcf6e63
commit 8c66a24513
6 changed files with 18 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
# dev-start.sh
# description: Developer friendly Inbucket configuration
export INBUCKET_LOGLEVEL="DEBUG"
export INBUCKET_SMTP_DOMAINNOSTORE="bitbucket.local"
export INBUCKET_LOGLEVEL="debug"
export INBUCKET_SMTP_DISCARDDOMAINS="bitbucket.local"
export INBUCKET_WEB_TEMPLATECACHE="false"
export INBUCKET_WEB_COOKIEAUTHKEY="not-secret"
export INBUCKET_STORAGE_TYPE="file"

View File

@@ -8,7 +8,7 @@ User=daemon
Group=daemon
PermissionsStartOnly=true
Environment=INBUCKET_LOGLEVEL=WARN
Environment=INBUCKET_LOGLEVEL=warn
Environment=INBUCKET_SMTP_ADDR=0.0.0.0:2500
Environment=INBUCKET_POP3_ADDR=0.0.0.0:1100
Environment=INBUCKET_WEB_ADDR=0.0.0.0:9000