fix in error codes

This commit is contained in:
Mateusz Gruszczyński
2026-07-22 14:25:18 +02:00
parent ec9f002b81
commit d5ec8a28e7
3 changed files with 20 additions and 4 deletions
-1
View File
@@ -13,7 +13,6 @@ services:
STATIC_DIR: ${STATIC_DIR:-/app/static}
FILES_DIR: ${FILES_DIR:-/data/files}
UPLOAD_MAX_SIZE_MB: ${UPLOAD_MAX_SIZE_MB:-20}
ASSET_VERSION: ${ASSET_VERSION:-dev}
REGISTRATION_ENABLED: ${REGISTRATION_ENABLED:-false}
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=warn}
FRONTEND_LOG_LEVEL: ${FRONTEND_LOG_LEVEL:-warn}