···5PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
6DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
78-# CORS Settings
9-CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary
10-11# Rate Limiting
12COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
13COMMON_RATE_LIMIT_MAX_REQUESTS="20" # Max number of requests per window per IP
···5PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
6DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
70008# Rate Limiting
9COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
10COMMON_RATE_LIMIT_MAX_REQUESTS="20" # Max number of requests per window per IP