41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# Configuration backend lecoffre-back-mini
|
|
# Variables d'environnement pour le build et le runtime
|
|
|
|
# Port du serveur
|
|
PORT=8080
|
|
|
|
# Configuration ID.not
|
|
IDNOT_API_KEY=your_idnot_api_key_here
|
|
IDNOT_CLIENT_ID=your_idnot_client_id_here
|
|
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
|
|
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|
|
STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID=price_your_standard_monthly_price_id
|
|
STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID=price_your_standard_yearly_price_id
|
|
STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID=price_your_unlimited_monthly_price_id
|
|
STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=price_your_unlimited_yearly_price_id
|
|
|
|
# Configuration SMS
|
|
SMS_FACTOR_TOKEN=your_sms_factor_token_here
|
|
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 Email
|
|
MAILCHIMP_API_KEY=your_mailchimp_api_key_here
|
|
MAILCHIMP_KEY=your_mailchimp_key_here
|
|
MAILCHIMP_LIST_ID=your_mailchimp_list_id_here
|
|
|
|
# Configuration SDK Signer
|
|
SIGNER_BASE_URL=http://localhost:3001
|
|
SIGNER_API_KEY=your_signer_api_key_here
|
|
|
|
# Configuration générale
|
|
NODE_ENV=development
|
|
LOG_LEVEL=info
|