33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
environment:
|
|
DEV:
|
|
platform: 'firefox'
|
|
url_interface_0: "https://doczydev.aarete.com:8500/"
|
|
url_interface_1: "https://doczydev.aarete.com:8501/"
|
|
url_interface_2: "https://doczydev.aarete.com:8502/"
|
|
username: "ahinge@aarete.com"
|
|
password: ""
|
|
timeout: 20
|
|
contract_files_path: "C:\\Ankit\\test\\"
|
|
data_file_path: 'C:\\Ankit\\Code\\doczy.ai\\Doczy.AI_Automation\\data\\data.xlsx'
|
|
|
|
UAT:
|
|
platform: 'firefox'
|
|
url_interface_0: "https://doczyuat.aarete.com:8500/"
|
|
url_interface_1: "https://doczyuat.aarete.com:8501/"
|
|
url_interface_2: "https://doczyuat.aarete.com:8502/"
|
|
username: "ahinge@aarete.com"
|
|
password: ""
|
|
timeout: 20
|
|
contract_files_path: "C:\\Ankit\\test\\"
|
|
data_file_path: 'C:\\Ankit\\Code\\doczy.ai\\Doczy.AI_Automation\\data\\data.xlsx'
|
|
|
|
PROD:
|
|
platform: 'firefox'
|
|
url_interface_0: "https://doczy.aarete.com:8500/"
|
|
url_interface_1: "https://doczy.aarete.com:8501/"
|
|
url_interface_2: "https://doczy.aarete.com:8502/"
|
|
username: "ahinge@aarete.com"
|
|
password: ""
|
|
timeout: 20
|
|
contract_files_path: "C:\\Ankit\\test\\"
|
|
data_file_path: 'C:\\Ankit\\Code\\doczy.ai\\Doczy.AI_Automation\\data\\data.xlsx' |