2016-04-17 09:39:08 -05:00
|
|
|
{
|
2018-05-02 10:51:17 -05:00
|
|
|
"headless_chrome": false,
|
2018-05-15 09:10:11 -05:00
|
|
|
"default_browser": "Chrome",
|
2016-04-17 09:39:08 -05:00
|
|
|
"pgAdmin4_login_credentials": {
|
2016-08-09 10:05:40 -05:00
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
2016-04-17 09:39:08 -05:00
|
|
|
},
|
2016-08-09 10:05:40 -05:00
|
|
|
"pgAdmin4_test_user_credentials": {
|
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
|
|
|
},
|
|
|
|
"server_group": 1,
|
|
|
|
"server_credentials": [
|
2016-04-17 09:39:08 -05:00
|
|
|
{
|
2016-08-09 10:05:40 -05: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 10:44:40 -05:00
|
|
|
"tablespace_path": "",
|
2018-06-15 05:36:07 -05:00
|
|
|
"enabled": true,
|
|
|
|
"default_binary_paths": {
|
|
|
|
"pg": "/opt/PostgreSQL/9.4/bin/",
|
|
|
|
"ppas": "/opt/edb/as10/bin/",
|
|
|
|
"gpdb": ""
|
|
|
|
}
|
2016-08-09 10:05:40 -05:00
|
|
|
}
|
2016-04-17 09:39:08 -05:00
|
|
|
],
|
2016-08-09 10:05:40 -05:00
|
|
|
"server_update_data": [
|
2016-04-17 09:39:08 -05:00
|
|
|
{
|
2016-08-09 10:05:40 -05:00
|
|
|
"comment": "This is test update comment"
|
2016-04-17 09:39:08 -05:00
|
|
|
}
|
|
|
|
]
|
2018-03-13 14:32:34 -05:00
|
|
|
}
|