the statusphere demo reworked into a vite/react app in a monorepo

Update .env.template

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