Fix iso-prod ui file with misc configs

This commit is contained in:
Théophile Diot 2024-09-30 11:54:08 +02:00
parent d7863f8df2
commit daced9429e
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1,6 +1,7 @@
x-env: &env
DATABASE_URI: "mariadb+pymysql://bunkerweb:secret@bw-db:3306/db"
LOG_LEVEL: "debug"
LOG_LEVEL: "info"
CUSTOM_LOG_LEVEL: "debug"
services:
bunkerweb:
@ -46,8 +47,6 @@ services:
USE_BLACKLIST: "no"
USE_WHITELIST: "no"
SEND_ANONYMOUS_REPORT: "no"
CUSTOM_LOG_LEVEL: "debug"
LOG_LEVEL: "info"
SERVE_FILES: "no"
DISABLE_DEFAULT_SERVER: "yes"
USE_CLIENT_CACHE: "yes"