This commit is contained in:
@@ -1,20 +1,30 @@
|
||||
{
|
||||
"defaultCommandTimeout":5000,
|
||||
"defaultCommandTimeout": 5000,
|
||||
"xxxretries": 3,
|
||||
"integrationFolder": "tests",
|
||||
"supportFile":"support",
|
||||
"xbaseUrl": "http://localhost:7575",
|
||||
"baseUrl": "https://test.helloayanova.com",
|
||||
"xxxxbaseUrl":"http://localhost:8080",
|
||||
"video":false,
|
||||
"supportFile": "support",
|
||||
"baseUrl": "http://localhost:7575",
|
||||
"xbaseUrl": "https://test.helloayanova.com",
|
||||
"xxxxbaseUrl": "http://localhost:8080",
|
||||
"video": false,
|
||||
"env": {
|
||||
"xapiBaseUrl":"http://localhost:7575/api/v8.0/",
|
||||
"apiBaseUrl":"https://test.helloayanova.com/api/v8.0/",
|
||||
"adminusername": "superuser",
|
||||
"adminpassword": "l3tm3in",
|
||||
"accountinguser": "Accounting",
|
||||
"accountingpassword": "Accounting",
|
||||
"serviceuser":"Service",
|
||||
"servicepassword":"Service"
|
||||
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
|
||||
"xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/",
|
||||
"admin": {
|
||||
"login": "superuser",
|
||||
"password": "l3tm3in"
|
||||
},
|
||||
"accounting": {
|
||||
"login": "Accounting",
|
||||
"password": "Accounting"
|
||||
},
|
||||
"service": {
|
||||
"login": "Service",
|
||||
"password": "Service"
|
||||
},
|
||||
"customer": {
|
||||
"login": "Customer",
|
||||
"password": "Customer"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user