Add legacy URL handling and update environment configurations
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m25s
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m25s
This commit is contained in:
parent
07db048310
commit
f757f8af1d
11 changed files with 79 additions and 28 deletions
|
|
@ -2,6 +2,7 @@ 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_LEGACY_HOME_URL=http://localhost:8080/index.jsp
|
||||
FACEAI_ENABLE_LOCAL_LEGACY_STATIC=1
|
||||
FACEAI_LOCAL_LEGACY_STATIC_ROOT=k:\various\regalamiunsorriso\www
|
||||
FACEAI_SHARED_SECRET=change-me
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue