This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user