feat(internal): added internal api base url for internal calls (#3212)

* feat(internal): added internal api base url for internal calls

* make validation on http more lax
This commit is contained in:
Waleed
2026-02-12 23:56:35 -08:00
committed by GitHub
parent 022e84c4b1
commit a337aa7dfe
22 changed files with 95 additions and 48 deletions

View File

@@ -13,6 +13,7 @@ BETTER_AUTH_URL=http://localhost:3000
# NextJS (Required)
NEXT_PUBLIC_APP_URL=http://localhost:3000
# INTERNAL_API_BASE_URL=http://sim-app.default.svc.cluster.local:3000 # Optional: internal URL for server-side /api self-calls; defaults to NEXT_PUBLIC_APP_URL
# Security (Required)
ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt environment variables