2018-11-27 09:37:41 +00:00
|
|
|
{
|
2018-12-02 08:53:44 +00:00
|
|
|
//rdbms:server type, postgresql
|
|
|
|
"rdbms":"postgresql",
|
2018-11-27 09:37:41 +00:00
|
|
|
//host:server address,localhost by default;
|
|
|
|
"host":"127.0.0.1",
|
|
|
|
//port:server port, 5432 by default;
|
|
|
|
"port":5432,
|
|
|
|
//dbname:Database name;
|
|
|
|
"dbname":"postgres",
|
|
|
|
"user":"antao",
|
|
|
|
"passwd":"",
|
|
|
|
//"tables":["group_users"]
|
|
|
|
"tables":["users"]
|
|
|
|
}
|