rework pwa cc
Build and Publish Docker Image / build-and-push-image (push) Successful in 1m48s

This commit is contained in:
Zed
2026-07-11 02:01:08 +02:00
parent 9ae37f98ed
commit ce1db937f2
52 changed files with 5210 additions and 48 deletions
+15
View File
@@ -0,0 +1,15 @@
# Port the API listens on
PORT=3001
# Postgres connection string. If omitted, the server falls back to an
# embedded PGlite database (stored in ./.pgdata) — handy for local dev.
# DATABASE_URL=postgres://skori:skori@postgres:5432/skori
# Secret used to sign JWT access tokens (CHANGE THIS in production)
JWT_SECRET=dev-secret-change-me
# Comma-separated list of allowed CORS origins (only needed for cross-origin dev)
# CORS_ORIGINS=http://localhost:5173
# Set to "production" to enable Secure cookies (requires HTTPS)
NODE_ENV=development