cluster/services/forge: update deprecated settings

This commit is contained in:
Max Headroom 2024-07-09 20:40:55 +02:00
parent d2781a0377
commit a66af5d0e4

View file

@ -67,7 +67,7 @@ in
MINIO_BUCKET_LOOKUP = "path";
SERVE_DIRECT = true;
};
log.ENABLE_XORM_LOG = false;
log."logger.xorm.MODE" = "";
# enabling this will leak secrets to the log
database.LOG_SQL = false;
};