{
    "development": {
        "username": "root",
        "password": "",
        "database": "transcoding",
        "host": "localhost",
        "port": 3306,
        "dialect": "mysql"
    },
    "test": {
        "username": "root",
        "password": "",
        "database": "transcoding",
        "host": "localhost",
        "port": 3306,
        "dialect": "mysql"
    },
    "production": {
        "username": "root",
        "password": "",
        "database": "transcoding",
        "host": "localhost",
        "port": 3306,
        "dialect": "mysql"
    }
}