cartodb/services/synchronizer/spec/factories/database.json
2020-06-15 10:58:47 +08:00

10 lines
151 B
JSON

{
"host" : "localhost",
"port" : 5432,
"user" : "postgres",
"password" : "",
"database" : "test",
"dbname" : "test"
}