mirror of
https://github.com/hexastack/hexabot
synced 2025-04-25 08:50:43 +00:00
fix(docker): remove duplicated NEXT_PUBLIC_API_ORIGIN environment variable
This commit is contained in:
parent
0f9205db63
commit
39b5d1631e
@ -4,7 +4,6 @@ APP_DOMAIN=localhost
|
|||||||
SSL_EMAIL=hello@hexabot.ai
|
SSL_EMAIL=hello@hexabot.ai
|
||||||
API_PORT=4000
|
API_PORT=4000
|
||||||
APP_SCRIPT_COMPODOC_PORT=9003
|
APP_SCRIPT_COMPODOC_PORT=9003
|
||||||
NEXT_PUBLIC_API_ORIGIN=http://${APP_DOMAIN}:${API_PORT}
|
|
||||||
API_ORIGIN=http://${APP_DOMAIN}:${API_PORT}
|
API_ORIGIN=http://${APP_DOMAIN}:${API_PORT}
|
||||||
FRONTEND_ORIGIN=http://${APP_DOMAIN}:8080,http://${APP_DOMAIN}:8081,http://${APP_DOMAIN}:5173,http://${APP_DOMAIN},http://${APP_DOMAIN}/*,*
|
FRONTEND_ORIGIN=http://${APP_DOMAIN}:8080,http://${APP_DOMAIN}:8081,http://${APP_DOMAIN}:5173,http://${APP_DOMAIN},http://${APP_DOMAIN}/*,*
|
||||||
JWT_SECRET=dev_only
|
JWT_SECRET=dev_only
|
||||||
|
Loading…
Reference in New Issue
Block a user