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
|
|
@ -18,6 +18,7 @@ services:
|
|||
FACEAI_FRONTEND_URL: http://localhost:3001
|
||||
FACEAI_PUBLIC_BASE_URL: http://localhost:3001
|
||||
FACEAI_LEGACY_RETURN_URL: http://localhost:8080/faceai_return.php
|
||||
FACEAI_LEGACY_HOME_URL: http://localhost:8080/index.jsp
|
||||
FACEAI_PKL_ROOT: /data/pkl
|
||||
FACEAI_ENABLE_LOCAL_LEGACY_STATIC: 1
|
||||
FACEAI_LOCAL_LEGACY_STATIC_ROOT: /legacy-www
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue