Configuring database settings

The database settings can be found in the config.json file in the API backend directory. If the file does not exist, create one using this file as a template.

Edit the content of the file to show (adjusting the values accordingly):

{
    "database": {
        "host": "rmap-mysql",
        "username": "reconmapper",
        "password": "reconmapped",
        "name": "reconmap"
    },
}