···55PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
66DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
7788-# CORS Settings
99-CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary
1010-118# Rate Limiting
129COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
1310COMMON_RATE_LIMIT_MAX_REQUESTS="20" # Max number of requests per window per IP