2016-04-17 14:39:08 +00:00
|
|
|
{
|
|
|
|
"pgAdmin4_login_credentials": {
|
|
|
|
"test_new_password": "NEWPASSWORD",
|
|
|
|
"test_login_password": "PASSWORD",
|
|
|
|
"test_login_username": "USER@EXAMPLE.COM"
|
|
|
|
},
|
|
|
|
"test_server_group": 1,
|
|
|
|
"test_server_credentials": [
|
|
|
|
{
|
|
|
|
"test_name": "PostgreSQL 9.4",
|
|
|
|
"test_comment": "PostgreSQL 9.4 Server (EDB Installer)",
|
|
|
|
"test_db_username": "postgres",
|
|
|
|
"test_host": "localhost",
|
|
|
|
"test_db_password": "PASSWORD",
|
|
|
|
"test_db_port": 5432,
|
|
|
|
"test_maintenance_db": "postgres",
|
|
|
|
"test_sslmode": "prefer"
|
2016-07-27 14:33:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"test_name": "Postgres Plus Advanced Server 9.4",
|
|
|
|
"test_comment": "Postgres Plus Advanced 9.4 Server (EDB Installer)",
|
|
|
|
"test_db_username": "enterprisedb",
|
|
|
|
"test_host": "localhost",
|
|
|
|
"test_db_password": "edb",
|
|
|
|
"test_db_port": 5444,
|
|
|
|
"test_maintenance_db": "edb",
|
|
|
|
"test_sslmode": "prefer"
|
|
|
|
}
|
2016-04-17 14:39:08 +00:00
|
|
|
],
|
|
|
|
"test_server_update_data": [
|
|
|
|
{
|
|
|
|
"test_comment": "This is test update comment"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|