summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-02-19 14:58:03 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-02-19 14:58:03 +0100
commit2bd68f0cbce62624ec79350835436afcdfad7471 (patch)
treebaf06e71299d4a6e93921b3bc03a8de0e9dc864e /.env.example
parent05825f1d7a26cafd5d897ce7abc09b50183cdef7 (diff)
fix: remove Caddy from compose, expose port 3000 (Caddy on araucaria)
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