2016-04-17 10:39:08 -04:00
|
|
|
{
|
2018-05-02 16:51:17 +01:00
|
|
|
"headless_chrome": false,
|
2018-05-15 15:10:11 +01:00
|
|
|
"default_browser": "Chrome",
|
2016-04-17 10:39:08 -04:00
|
|
|
"pgAdmin4_login_credentials": {
|
2016-08-09 16:05:40 +01:00
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
2016-04-17 10:39:08 -04:00
|
|
|
},
|
2016-08-09 16:05:40 +01:00
|
|
|
"pgAdmin4_test_user_credentials": {
|
|
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
|
|
|
|
},
|
|
|
|
|
"server_group": 1,
|
|
|
|
|
"server_credentials": [
|
2016-04-17 10:39:08 -04:00
|
|
|
{
|
2016-08-09 16:05:40 +01:00
|
|
|
"name": "PostgreSQL 9.4",
|
|
|
|
|
"comment": "PostgreSQL 9.4 Server (EDB Installer)",
|
|
|
|
|
"db_username": "postgres",
|
|
|
|
|
"host": "localhost",
|
|
|
|
|
"db_password": "PASSWORD",
|
|
|
|
|
"db_port": 5432,
|
|
|
|
|
"maintenance_db": "postgres",
|
|
|
|
|
"sslmode": "prefer",
|
2016-10-15 08:44:40 -07:00
|
|
|
"tablespace_path": "",
|
2018-06-15 11:36:07 +01:00
|
|
|
"enabled": true,
|
|
|
|
|
"default_binary_paths": {
|
|
|
|
|
"pg": "/opt/PostgreSQL/9.4/bin/",
|
|
|
|
|
"ppas": "/opt/edb/as10/bin/",
|
|
|
|
|
"gpdb": ""
|
|
|
|
|
}
|
2016-08-09 16:05:40 +01:00
|
|
|
}
|
2016-04-17 10:39:08 -04:00
|
|
|
],
|
2016-08-09 16:05:40 +01:00
|
|
|
"server_update_data": [
|
2016-04-17 10:39:08 -04:00
|
|
|
{
|
2016-08-09 16:05:40 +01:00
|
|
|
"comment": "This is test update comment"
|
2016-04-17 10:39:08 -04:00
|
|
|
}
|
|
|
|
|
]
|
2018-03-13 15:32:34 -04:00
|
|
|
}
|