diff options
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 |
