mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-13 16:36:40 +02:00
Fix .env var name
This commit is contained in:
parent
b408f1984c
commit
d88e477496
@ -51,7 +51,7 @@ LOG_CHANNEL=daily
|
|||||||
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
||||||
# nothing will get logged, ever.
|
# nothing will get logged, ever.
|
||||||
|
|
||||||
APP_LOG_LEVEL=notice
|
LOG_LEVEL=notice
|
||||||
|
|
||||||
|
|
||||||
# If you're looking for performance improvements, you could install memcached.
|
# If you're looking for performance improvements, you could install memcached.
|
||||||
|
@ -136,7 +136,7 @@ ENV \
|
|||||||
# debug, info, notice, warning, error, critical, alert, emergency
|
# debug, info, notice, warning, error, critical, alert, emergency
|
||||||
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
||||||
# nothing will get logged, ever.
|
# nothing will get logged, ever.
|
||||||
APP_LOG_LEVEL=notice \
|
LOG_LEVEL=notice \
|
||||||
# Database config & credentials
|
# Database config & credentials
|
||||||
# DB_CONNECTION can only be sqlite
|
# DB_CONNECTION can only be sqlite
|
||||||
DB_CONNECTION=sqlite \
|
DB_CONNECTION=sqlite \
|
||||||
|
@ -36,7 +36,7 @@ services:
|
|||||||
# debug, info, notice, warning, error, critical, alert, emergency
|
# debug, info, notice, warning, error, critical, alert, emergency
|
||||||
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
||||||
# nothing will get logged, ever.
|
# nothing will get logged, ever.
|
||||||
- APP_LOG_LEVEL=notice
|
- LOG_LEVEL=notice
|
||||||
# Database config (can only be sqlite)
|
# Database config (can only be sqlite)
|
||||||
- DB_DATABASE="/srv/database/database.sqlite"
|
- DB_DATABASE="/srv/database/database.sqlite"
|
||||||
# If you're looking for performance improvements, you could install memcached.
|
# If you're looking for performance improvements, you could install memcached.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user