fix: remove /api/ngx suffix from NGX_URL in env templates

This commit is contained in:
2026-05-01 00:59:41 +08:00
parent ce61c8b7d0
commit ef0e397426
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ HTYUC_URL=http://127.0.0.1:3000
HTYWS_URL=http://127.0.0.1:3001
AI_URL=https://ai.moicen.com
TS_DOMAIN=ts.moicen.com
NGX_URL=https://admin.moicen.com/api/ngx
NGX_URL=https://admin.moicen.com
REDIS_HOST=localhost
REDIS_PORT=6379