Mise à jour des environnements

This commit is contained in:
Rampeur
2024-03-06 17:32:35 +01:00
parent 0bed64001b
commit 9fd334bbe7
8 changed files with 9 additions and 50 deletions
+2 -4
View File
@@ -2,14 +2,12 @@ APP_ENV="production"
NODE_ENV="production"
DEBUG=false
MONGODB_URI="mongodb://localhost:27017/headupdb"
SERVER_PORT="3030"
SECRET="$2b$10$t1ma1H6HsGi8tMK4GRH5fu"
SERVER_PORT="3200"
SECRET="$2b$10$2.JkQCRUa3fXESy/WyKVWO"
SENDGRID_API_KEY="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"
SENDGRID_FROM_MAIL="contact@rampeur.fr"
SENDGRID_TO_MAIL="rampeur@gmail.com"
AUTHORIZATION_PREFIX="Api-Key"
GOLDAPI_URL="https://www.goldapi.io/api"
GOLDAPI_TOKEN="goldapi-akasnfrlfiqv0xw-io"
COUCHDB_URL="http://couchdb.unespace.com"
COUCHDB_DATABASE="headupdb"
COUCHDB_DESIGN="headup_app"