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",
|
2020-08-31 16:45:31 +05:30
|
|
|
"login_username": "USER2@EXAMPLE.COM"
|
2016-08-09 16:05:40 +01:00
|
|
|
},
|
2020-09-03 12:59:28 +05:30
|
|
|
"pgAdmin4_test_non_admin_credentials": {
|
|
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
|
|
|
|
},
|
2020-04-06 15:57:05 +05:30
|
|
|
"pgAdmin4_ldap_credentials": {
|
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
|
"login_username": "USERNAME"
|
|
|
|
|
},
|
|
|
|
|
"ldap_config": [
|
|
|
|
|
{
|
|
|
|
|
"ldap": {
|
2020-04-14 13:07:27 +05:30
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 15:57:05 +05:30
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 15:30:06 +05:30
|
|
|
"anonymous_bind": false,
|
2020-07-06 19:35:55 +05:30
|
|
|
"bind_user": "",
|
|
|
|
|
"bind_password": "",
|
2020-04-06 15:57:05 +05:30
|
|
|
"base_dn": "BASE-DN",
|
|
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
|
"username_atr": "UID",
|
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
|
"use_starttls": false,
|
|
|
|
|
"ca_cert_file": "",
|
|
|
|
|
"cert_file": "",
|
|
|
|
|
"key_file": ""
|
|
|
|
|
},
|
|
|
|
|
"ldap_with_ssl": {
|
2020-04-14 13:07:27 +05:30
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 15:57:05 +05:30
|
|
|
"uri": "ldaps://IP-ADDRESS/HOSTNAME:636",
|
2020-07-20 15:30:06 +05:30
|
|
|
"anonymous_bind": false,
|
2020-07-06 19:35:55 +05:30
|
|
|
"bind_user": "",
|
|
|
|
|
"bind_password": "",
|
2020-04-06 15:57:05 +05:30
|
|
|
"base_dn": "BASE-DN",
|
|
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
|
"username_atr": "UID",
|
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
|
"use_starttls": false,
|
|
|
|
|
"ca_cert_file": "",
|
|
|
|
|
"cert_file": "",
|
|
|
|
|
"key_file": ""
|
|
|
|
|
},
|
|
|
|
|
"ldap_with_tls": {
|
2020-04-14 13:07:27 +05:30
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 15:57:05 +05:30
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 15:30:06 +05:30
|
|
|
"anonymous_bind": false,
|
2020-07-06 19:35:55 +05:30
|
|
|
"bind_user": "",
|
|
|
|
|
"bind_password": "",
|
2020-07-20 15:30:06 +05:30
|
|
|
"base_dn": "",
|
2020-07-06 19:35:55 +05:30
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
|
"username_atr": "UID",
|
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
|
"use_starttls": true,
|
|
|
|
|
"ca_cert_file": "",
|
|
|
|
|
"cert_file": "",
|
|
|
|
|
"key_file": ""
|
|
|
|
|
},
|
|
|
|
|
"ldap_with_dedicated_user": {
|
|
|
|
|
"name": "Ldap scenario name",
|
|
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 15:30:06 +05:30
|
|
|
"anonymous_bind": true,
|
2020-07-06 19:35:55 +05:30
|
|
|
"bind_user": "",
|
|
|
|
|
"bind_password": "",
|
2020-07-20 15:30:06 +05:30
|
|
|
"base_dn": "",
|
2020-04-06 15:57:05 +05:30
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
|
"username_atr": "UID",
|
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
|
"use_starttls": true,
|
|
|
|
|
"ca_cert_file": "",
|
|
|
|
|
"cert_file": "",
|
|
|
|
|
"key_file": ""
|
|
|
|
|
}
|
|
|
|
|
}],
|
2020-05-11 12:11:31 +05:30
|
|
|
"selenoid_config": {
|
|
|
|
|
"pgAdmin_default_server":"IP address of machine where source code is going to be executed",
|
2021-11-22 18:05:30 +05:30
|
|
|
"pgAdmin_max_up_time": 90,
|
2020-05-11 12:11:31 +05:30
|
|
|
"max_parallel_sessions": "3",
|
|
|
|
|
"selenoid_url": "http://<IP address of Selenoid Installed machine>:4444/wd/hub",
|
|
|
|
|
"browsers_list":[
|
|
|
|
|
{"name": "Chrome", "version": null},
|
|
|
|
|
{"name": "Firefox", "version": null}
|
|
|
|
|
]
|
|
|
|
|
},
|
2016-08-09 16:05:40 +01:00
|
|
|
"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/",
|
2021-06-07 20:36:34 +05:30
|
|
|
"ppas": "/opt/edb/as10/bin/"
|
2018-06-15 11:36:07 +01:00
|
|
|
}
|
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
|
|
|
}
|