How To Configure Database Connection in ACC?
Recap: The akinon.json File
akinon.json File{
"name": "Quickstart Project",
"description": "Quickstart Project",
"scripts": {
"release": "",
"build": "sh build.sh"
},
"env": {},
"formation": {
"web": {
"min": 1,
"max": "auto"
}
},
"runtime": "python:3.8-alpine",
"addons": []
}Configuring Addons
Using Environment Variables for Configuration
Automating of Database Migrations
Ensuring the Database Connection with Health-Check



PreviousHow to Move Apps into ACC?NextHow to Configure Your ACC Application with akinon.json and Procfile?
Last updated
Was this helpful?

