···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-# Rate Limiting
9-COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
10-COMMON_RATE_LIMIT_MAX_REQUESTS="20" # Max number of requests per window per IP
11-12# Secrets
13# Must set this in production. May be generated with `openssl rand -base64 33`
14# COOKIE_SECRET=""
···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.
700008# Secrets
9# Must set this in production. May be generated with `openssl rand -base64 33`
10# COOKIE_SECRET=""