53 ms·
We support adjusting the JSON config file so you can update it with your credentials! outerbase.json { "driver": "mysql", "connection": { "database": "
by burcs 2y 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"
}
}