Files
afrov2/.env.example
streaper2 3958f84e03
Some checks failed
Build and Push App / build (push) Has been cancelled
dokploy maj
2026-04-19 22:01:35 +02:00

10 lines
326 B
Plaintext

# Configuration Base de données (Dokploy injection)
DATABASE_URL="postgresql://user:password@host:port/dbname?schema=public"
# Configuration Application
NEXT_PUBLIC_SITE_URL="http://localhost:3000"
# Autres variables (ex: Google AI, etc.)
# GOOGLE_GENERATIVE_AI_API_KEY="votre_cle_ici"
# NEXTAUTH_SECRET="votre_secret_ici"