Letsdeploy-config_
12
● One file per micro service
● Three sections for each configuration file
{
"source": "
[email protected]:transcovo/nestor-charybde.git",
"target": {
"heroku_app_name": "prod-nestor-charybde-cp-eu",
"type": "heroku"
},
"variables": {
"AWS_ACCESS_KEY_ID": "*****",
"AWS_SECRET_ACCESS_KEY": "*****",
"LOGGER_LEVEL": "info",
"LOGGER_NAME": "production.nestor-charybde",
"NODE_ENV": "production",
"NPM_TOKEN": "*****",
"SLACK_TOKEN": "*****"
}
}