Scratch space for learning atproto app development

Update .env.template

Changed files
-4
-4
.env.template
···
PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
-
# Rate Limiting
-
COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
-
COMMON_RATE_LIMIT_MAX_REQUESTS="20" # Max number of requests per window per IP
-
# Secrets
# Must set this in production. May be generated with `openssl rand -base64 33`
# COOKIE_SECRET=""
···
PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id.
DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database.
# Secrets
# Must set this in production. May be generated with `openssl rand -base64 33`
# COOKIE_SECRET=""