Ajout des fichiers .env

This commit is contained in:
Rampeur
2025-08-08 18:08:01 +02:00
parent ffdc93834a
commit be44e4fdf0
6 changed files with 72 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
APP_ENV="local"
NODE_ENV="development"
DEBUG=false
SERVER_PORT="3200"
SECRET="$2b$10$2.JkQCRUa3fXESy/WyKVWO"
SESSION_LIFETIME=3600
MONGODB_URI="mongodb://localhost:27017/adastradb"
SENDGRID_API_KEY="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"
SENDGRID_FROM_MAIL="contact@rampeur.fr"
SENDGRID_TO_MAIL="rampeur@gmail.com"
AUTHORIZATION_PREFIX="Api-Key"
COUCHDB_URL="http://couchdb.unespace.com"
COUCHDB_DATABASE="adastradb"
COUCHDB_DESIGN="adastra_app"
COUCHDB_CREDENTIAL="cmFtcGV1cjpES3hwMjRQUw=="
SKYDIVERID_API_URL="https://skydiver.id/api"
SKYDIVERID_API_TOKEN="xmqzgnGYMD.OJgFw1pCXCpJFGmZfSjmWK8lrpqAQNnu"