Tillo Rebranding

This commit is contained in:
Sidharth Prabhu
2026-07-24 08:38:04 +05:30
parent 4f3c39fee8
commit 2c42aeb4ee
3 changed files with 5 additions and 5 deletions

View File

@@ -20,14 +20,14 @@ spring.jpa.properties.hibernate.jdbc.time_zone=Asia/Kolkata
# JWT — REQUIRED environment variables
# MUST provide a secure random key (min 256-bit)
# ============================================================
app.jwt.secret=${JWT_SECRET}
app.jwt.secret=${JWT_SECRET:default_jwt_secret_key_which_is_at_least_32_bytes_long}
app.jwt.expiration-ms=86400000
# ============================================================
# Master Account — REQUIRED environment variables
# ============================================================
app.master.username=${MASTER_USER:admin}
app.master.password=${MASTER_PASSWORD}
app.master.password=${MASTER_PASSWORD:admin123}
# File upload configuration
spring.servlet.multipart.max-file-size=10MB