fix: remove /api/ngx suffix from NGX_URL in env templates
This commit is contained in:
@@ -6,7 +6,7 @@ HTYUC_URL=http://127.0.0.1:3000
|
||||
HTYWS_URL=http://127.0.0.1:3001
|
||||
AI_URL=http://127.0.0.1:5000
|
||||
TS_DOMAIN=ts.localhost
|
||||
NGX_URL=http://127.0.0.1:3000/api/ngx
|
||||
NGX_URL=http://127.0.0.1:3000
|
||||
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
|
||||
Reference in New Issue
Block a user