feat: ajout .env.exemple pour CI build

This commit is contained in:
dev4 2025-09-17 15:59:00 +00:00
parent f7ed5028b5
commit 9ae67b27c0

View File

@ -1,38 +1,40 @@
# Configuration OVH # Configuration backend lecoffre-back-mini
OVH_APP_KEY= # Variables d'environnement pour le build et le runtime
OVH_APP_SECRET=
OVH_CONSUMER_KEY=
OVH_SMS_SERVICE_NAME=
# Configuration SMS Factor # Port du serveur
SMS_FACTOR_TOKEN= PORT=8080
# Configuration Mailchimp # Configuration ID.not
MAILCHIMP_API_KEY= IDNOT_API_KEY=your_idnot_api_key_here
MAILCHIMP_KEY= IDNOT_CLIENT_ID=your_idnot_client_id_here
MAILCHIMP_LIST_ID= IDNOT_CLIENT_SECRET=your_idnot_client_secret_here
IDNOT_BASE_URL=https://api.idnot.fr
IDNOT_ANNUARY_BASE_URL=https://annuaire.idnot.fr
# Configuration Stripe # Configuration Stripe
STRIPE_SECRET_KEY= STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
STRIPE_WEBHOOK_SECRET= STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID= STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID=price_your_standard_monthly_price_id
STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID= STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID=price_your_standard_yearly_price_id
STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID= STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID=price_your_unlimited_monthly_price_id
STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID= STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=price_your_unlimited_yearly_price_id
# Cartes de test Stripe # Configuration SMS
SUCCES= 4242 4242 4242 4242 #Paiement réussi SMS_FACTOR_TOKEN=your_sms_factor_token_here
DECLINED= 4000 0025 0000 3155 #Paiement refusé OVH_APP_KEY=your_ovh_app_key_here
OVH_APP_SECRET=your_ovh_app_secret_here
OVH_CONSUMER_KEY=your_ovh_consumer_key_here
OVH_SMS_SERVICE_NAME=your_ovh_sms_service_name
# Configuration serveur # Configuration Email
APP_HOST= MAILCHIMP_API_KEY=your_mailchimp_api_key_here
MAILCHIMP_KEY=your_mailchimp_key_here
MAILCHIMP_LIST_ID=your_mailchimp_list_id_here
# Configuration PostgreSQL # Configuration SDK Signer
DB_HOST= SIGNER_BASE_URL=http://localhost:3001
DB_PORT= SIGNER_API_KEY=your_signer_api_key_here
DB_NAME=
DB_USER=
DB_PASSWORD=
# Configuration idnot # Configuration générale
IDNOT_API_KEY= NODE_ENV=development
LOG_LEVEL=info