Add default log level in .env.sample
This commit is contained in:
parent
76f7b5e7ac
commit
c113c99e1d
@ -15,6 +15,9 @@ DATABASE_URL=postgres://plume:plume@localhost/plume
|
|||||||
# The domain of your instance
|
# The domain of your instance
|
||||||
BASE_URL=plu.me
|
BASE_URL=plu.me
|
||||||
|
|
||||||
|
# Log level for each crate
|
||||||
|
RUST_LOG=debug,html5ever=warn,hyper=warn,tantivy=warn
|
||||||
|
|
||||||
# The secret key for private cookies and CSRF protection
|
# The secret key for private cookies and CSRF protection
|
||||||
# You can generate one with `openssl rand -base64 32`
|
# You can generate one with `openssl rand -base64 32`
|
||||||
ROCKET_SECRET_KEY=
|
ROCKET_SECRET_KEY=
|
||||||
|
Loading…
Reference in New Issue
Block a user