18 lines
328 B
JSON
Executable File
18 lines
328 B
JSON
Executable File
{
|
|
"default": {
|
|
"local": {
|
|
"host" : "mariadb",
|
|
"dbname" : "vhost",
|
|
"user" : "php",
|
|
"password" : "4JB1dtbrIC8pT935",
|
|
"debug" : true
|
|
},
|
|
"remote": {
|
|
"host" : "db_remote_host",
|
|
"dbname" : "db_remote_name",
|
|
"user" : "db_remote_user",
|
|
"password" : "db_remote_password"
|
|
}
|
|
}
|
|
}
|