16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"defaults": {
|
|
"adapter": "postgres",
|
|
"host": "localhost"
|
|
},
|
|
"development": {
|
|
"database": "myapp_development",
|
|
"adapter": "postgres",
|
|
"host": "localhost"
|
|
},
|
|
"test": {
|
|
"database": "myapp_test",
|
|
"adapter": "postgres",
|
|
"host": "localhost"
|
|
}
|
|
} |