|
|
|
|
|
by burcs
554 days ago
|
|
We support adjusting the JSON config file so you can update it with your credentials! outerbase.json
{
"driver": "mysql",
"connection": {
"database": "chinook",
"host": "localhost",
"port": 3306,
"user": "root",
"password": "123456"
}
} |
|