ante-erp-cli 1.11.67 → 1.11.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -213,6 +213,7 @@ services:
|
|
|
213
213
|
REDIS_PORT: 6379
|
|
214
214
|
REDIS_PASSWORD: \${REDIS_PASSWORD}
|
|
215
215
|
JWT_SECRET: \${JWT_SECRET}
|
|
216
|
+
ENCRYPTION_KEY: \${ENCRYPTION_KEY}
|
|
216
217
|
TZ: \${TZ:-Asia/Manila}
|
|
217
218
|
ports:
|
|
218
219
|
- "${backendCorePort}:4002"
|
|
@@ -239,7 +240,7 @@ services:
|
|
|
239
240
|
backend-core:
|
|
240
241
|
condition: service_healthy
|
|
241
242
|
environment:
|
|
242
|
-
- VITE_API_URL=\${
|
|
243
|
+
- VITE_API_URL=\${BACKEND_CORE_URL:-http://localhost:${backendCorePort}}
|
|
243
244
|
- VITE_APP_NAME=ANTE Frontend Core
|
|
244
245
|
- VITE_APP_VERSION=\${VERSION:-1.0.0}
|
|
245
246
|
ports:
|