This commit is contained in:
Mateusz Gruszczyński
2026-07-22 11:15:01 +02:00
parent 1be2023e36
commit 8bf45938ea
19 changed files with 189 additions and 33 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ services:
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=info}
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=warn}
FRONTEND_LOG_LEVEL: ${FRONTEND_LOG_LEVEL:-warn}
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
SMTP_HOST: ${SMTP_HOST:-}
SMTP_PORT: ${SMTP_PORT:-587}