Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
1.2 KiB
Cheetah
24 lines
1.2 KiB
Cheetah
NODE_ENV=production
|
|
PORT=4321
|
|
PUBLIC_SITE_URL=https://info-canicule.nocleus.com
|
|
|
|
# Valkey shared infra — DB 0 (isolation par préfixe `info-canicule:*` via ACL)
|
|
REDIS_URL=redis://info-canicule:{{ pass://Infra/Valkey — info-canicule/password }}@valkey:6379/0
|
|
|
|
# Provider Vigilance : `meteofrance` (API officielle, frais) ou `opendatasoft` (no-auth, lag possible).
|
|
# Vide = auto (MF si METEOFRANCE_API_KEY défini, sinon opendatasoft).
|
|
VIGILANCE_PROVIDER=
|
|
# 300s = 5 min. Météo France publie 2 bulletins/jour (06h et 16h Paris) +
|
|
# bulletins complémentaires sur rouge. 5 min permet de capter ces complémentaires vite.
|
|
VIGILANCE_CACHE_TTL=300
|
|
|
|
# Umami analytics (RGPD, auto-hébergé — analytics.nocleus.com)
|
|
UMAMI_WEBSITE_ID={{ pass://Infra/Umami — info-canicule/website_id }}
|
|
UMAMI_SRC=https://analytics.nocleus.com/script.js
|
|
|
|
# GlitchTip (optionnel — si vide, pas d'envoi Sentry)
|
|
SENTRY_DSN={{ pass://Infra/Info Canicule — secrets/SENTRY_DSN }}
|
|
|
|
# Météo France API (portail-api.meteofrance.fr) — API Key longue durée
|
|
# Header `Authorization: Bearer <key>`. Rotation : recréer sur portail, vault, make env, redeploy.
|
|
METEOFRANCE_API_KEY={{ pass://Infra/Météo France API/api_key }}
|