fix(docker): remove duplicated NEXT_PUBLIC_API_ORIGIN environment variable

This commit is contained in:
yassinedorbozgithub 2024-09-17 08:46:21 +01:00
parent 0f9205db63
commit 39b5d1631e

View File

@ -4,7 +4,6 @@ APP_DOMAIN=localhost
SSL_EMAIL=hello@hexabot.ai
API_PORT=4000
APP_SCRIPT_COMPODOC_PORT=9003
NEXT_PUBLIC_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}/*,*
JWT_SECRET=dev_only