summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/.env.example b/.env.example
index d55995e..98d91a1 100644
--- a/.env.example
+++ b/.env.example
@@ -5,7 +5,8 @@ DATABASE_URI=postgresql://user:password@host:5432/dertopogo
PAYLOAD_SECRET=your-payload-secret-minimum-32-chars-here
# === Next.js ===
-NEXT_PUBLIC_SITE_URL=https://your-domain.com
+# Domaine public (internet)
+NEXT_PUBLIC_SITE_URL=https://dt.arauco.online
# === Keycloak OIDC (npagnun) ===
KEYCLOAK_ISSUER=https://npagnun.your-domain.com/realms/your-realm
@@ -14,4 +15,4 @@ KEYCLOAK_CLIENT_SECRET=your-keycloak-client-secret
# === Auth.js ===
AUTH_SECRET=your-auth-secret-minimum-32-chars-here
-AUTH_URL=https://your-domain.com
+AUTH_URL=https://dt.arauco.online