17 lines
331 B
JSON
Executable File
17 lines
331 B
JSON
Executable File
{
|
|
"default": {
|
|
"local": {
|
|
"host" : "db_local_host",
|
|
"dbname" : "db_local_name",
|
|
"user" : "db_local_user",
|
|
"password" : "db_local_password"
|
|
},
|
|
"remote": {
|
|
"host" : "db_remote_host",
|
|
"dbname" : "db_remote_name",
|
|
"user" : "db_remote_user",
|
|
"password" : "db_remote_password"
|
|
}
|
|
}
|
|
}
|