8 lines
335 B
Bash
8 lines
335 B
Bash
|
|
PORT=3001
|
||
|
|
FACEAI_FRONTEND_URL=http://localhost:5173
|
||
|
|
FACEAI_PUBLIC_BASE_URL=http://localhost:3001
|
||
|
|
FACEAI_LEGACY_RETURN_URL=http://localhost:3001/dev/legacy/return
|
||
|
|
FACEAI_ENABLE_LOCAL_LEGACY_STATIC=1
|
||
|
|
FACEAI_LOCAL_LEGACY_STATIC_ROOT=k:\various\regalamiunsorriso\www
|
||
|
|
FACEAI_SHARED_SECRET=change-me
|
||
|
|
FACEAI_SESSION_COOKIE=rus_faceai_session
|