-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (24 loc) · 949 Bytes
/
env.example
File metadata and controls
30 lines (24 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Template pour les variables d'environnement
# Copiez ce fichier vers .env.local et remplissez avec vos vraies valeurs
# ATTENTION: .env.local ne doit JAMAIS être commité sur Git !
# Environnement Rails
RAILS_ENV=development
# Base de données
DATABASE_URL=sqlite3:storage/development.sqlite3
# Clés API (exemples)
# MAILJET_API_KEY=your_mailjet_api_key
# MAILJET_SECRET_KEY=your_mailjet_secret_key
# STRIPE_SECRET_KEY=your_stripe_secret_key
# STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
# Configuration email
# SMTP_ADDRESS=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USERNAME=your_email@gmail.com
# SMTP_PASSWORD=your_app_password
# Configuration OAuth (si vous en utilisez)
# GOOGLE_CLIENT_ID=your_google_client_id
# GOOGLE_CLIENT_SECRET=your_google_client_secret
# FACEBOOK_APP_ID=your_facebook_app_id
# FACEBOOK_APP_SECRET=your_facebook_app_secret
# Configuration de déploiement
# KAMAL_REGISTRY_PASSWORD=your_docker_registry_token