Scratch space for learning atproto app development

Update .env.template

Changed files
-3
-3
.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.
-
# CORS Settings
-
CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary
-
# 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