Add configurable timezone support with environment variables
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# SLMM Configuration
|
||||
# Copy this file to .env and customize as needed
|
||||
|
||||
# Timezone Configuration
|
||||
# Set the timezone offset from UTC (in hours)
|
||||
# Examples:
|
||||
# -5 = EST (Eastern Standard Time)
|
||||
# -4 = EDT (Eastern Daylight Time)
|
||||
# 0 = UTC
|
||||
# +1 = CET (Central European Time)
|
||||
# -8 = PST (Pacific Standard Time)
|
||||
TIMEZONE_OFFSET=-5
|
||||
|
||||
# Optional: Timezone name for logging (cosmetic only)
|
||||
TIMEZONE_NAME=EST
|
||||
|
||||
# CORS Configuration (comma-separated list of allowed origins)
|
||||
CORS_ORIGINS=*
|
||||
Reference in New Issue
Block a user