17 lines
354 B
JSON
17 lines
354 B
JSON
|
{
|
||
|
"default": {
|
||
|
"local": {
|
||
|
"host" : "localhost",
|
||
|
"dbname" : "prod-releaser",
|
||
|
"user" : "prod-releaser-php",
|
||
|
"password" : "a64e9fede92c55932ce82d77891f77a1f015a9f1"
|
||
|
},
|
||
|
"remote": {
|
||
|
"host" : "db_remote_host",
|
||
|
"dbname" : "db_remote_name",
|
||
|
"user" : "db_remote_user",
|
||
|
"password" : "db_remote_password"
|
||
|
}
|
||
|
}
|
||
|
}
|