2026-05-14 17:20:15 +04:00
|
|
|
# URL interne Docker (server-side Next.js → conteneur Directus via le réseau Docker)
|
|
|
|
|
DIRECTUS_API_URL=http://directus:8055
|
|
|
|
|
DIRECTUS_API_WS_URL=ws://directus:8055/websocket
|
|
|
|
|
|
|
|
|
|
# URL publique (navigateur → Directus exposé sur l'hôte)
|
|
|
|
|
NEXT_PUBLIC_DIRECTUS_API_URL=http://0.0.0.0:8055
|
|
|
|
|
NEXT_PUBLIC_DIRECTUS_API_WS_URL=ws://0.0.0.0:8055/websocket
|
|
|
|
|
|
2024-05-18 09:25:46 +04:00
|
|
|
APP_TITLE=constitution de karukera
|
2024-05-18 09:36:12 +04:00
|
|
|
APP_FOOTER_TEXT=organisation ka internationale (oki)
|
|
|
|
|
APP_FOOTER_URL=https://o-k-i.net
|
2025-07-23 20:06:34 +04:00
|
|
|
NEXT_PUBLIC_APP_FOOTER_TEXT=organisation ka internationale (oki)
|
|
|
|
|
NEXT_PUBLIC_APP_FOOTER_URL=https://o-k-i.net
|
2024-05-20 04:09:01 +04:00
|
|
|
|
|
|
|
|
# AUTH
|
2026-05-14 17:20:15 +04:00
|
|
|
NEXTAUTH_URL=http://0.0.0.0:4000
|
2024-05-20 04:09:01 +04:00
|
|
|
NEXTAUTH_SECRET=NEXTAUTH_SECRET
|
|
|
|
|
USER_ROLE=DIRECTUS_USER_ROLE_ID
|
2026-05-14 17:20:15 +04:00
|
|
|
NEXT_PUBLIC_URL=http://0.0.0.0:4000
|
2024-06-19 09:07:15 +04:00
|
|
|
|
|
|
|
|
# COMMENTS
|
|
|
|
|
COMMENTS_PER_PAGE=5
|
2026-01-24 13:22:35 +04:00
|
|
|
|
2026-05-14 17:20:15 +04:00
|
|
|
PASSWORD_RESET_URL_ALLOW_LIST=http://0.0.0.0:4000/reset-password
|
|
|
|
|
|
2026-01-24 13:22:35 +04:00
|
|
|
# WEBSOCKET
|
|
|
|
|
NEXT_PUBLIC_DISABLE_WEBSOCKET=false
|
2026-04-14 06:48:55 +04:00
|
|
|
|
|
|
|
|
# SENTRY
|
|
|
|
|
NEXT_PUBLIC_SENTRY_DSN=https://xxx@xxx.ingest.sentry.io/xxx
|