mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
chore: Новый черновик DRAFT, удалить старые docs-v
This commit is contained in:
10
examples/demo-backend/.env.example
Normal file
10
examples/demo-backend/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
SIMPLE_PORT=3001
|
||||
COMPLEX_PORT=3002
|
||||
JWT_ACCESS_SECRET=demo-access-secret-change-me
|
||||
JWT_REFRESH_SECRET=demo-refresh-secret-change-me
|
||||
JWT_ACCESS_TTL=60s
|
||||
JWT_REFRESH_TTL=7d
|
||||
COOKIE_SESSION_TTL_MS=1800000
|
||||
COOKIE_SECURE=false
|
||||
MOCK_SLOW_DELAY_MS=1500
|
||||
MOCK_TIMEOUT_DELAY_MS=30000
|
||||
Reference in New Issue
Block a user