diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 11:11:53 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-23 11:11:53 +0200 |
| commit | 04d93d7d235d328ef40c9dae4e1f56dc8a5e893f (patch) | |
| tree | b1da6b01a7ce0acbeeba3d3b1b3c25b43864bcdb /.env.example | |
| parent | b4369d9d0f700869fd82f64bdc3af012a1ce5bd9 (diff) | |
feat: harden demo security and add full test suite
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..729dec4 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +PORT=3001 +PUBLIC_URL=http://localhost:3001 +VITE_API_PROXY_TARGET=http://localhost:3001 +SESSION_TTL_MS=300000 +MAX_SESSIONS=1000 |
