Commit 2f7f3dc83d866af6d007ac0dc167dd23e1ec0ead
Merge pull request #116 from Rzaporozhets/master
Prom: change prom brokers and users
Showing
2 changed files
with
18 additions
and
7 deletions
... | ... | @@ -94,12 +94,14 @@ PrivatMarket: |
94 | 94 | Prom: |
95 | 95 | intervals: |
96 | 96 | default: |
97 | - enquiry: [10, 10] | |
98 | - tender: [0, 45] | |
97 | + enquiry: [4, 4] | |
98 | + tender: [0, 30] | |
99 | 99 | keywords_file: prom |
100 | 100 | roles: |
101 | 101 | tender_owner: Prom_Owner |
102 | 102 | viewer: Prom_Viewer |
103 | + provider: Prom_Provider1 | |
104 | + timeout_on_wait: 10 | |
103 | 105 | Publicbid: |
104 | 106 | intervals: |
105 | 107 | default: | ... | ... |
... | ... | @@ -112,18 +112,27 @@ users: |
112 | 112 | Prom_Owner: |
113 | 113 | broker: Prom |
114 | 114 | homepage: "http://zakupki.dz-test.net/" |
115 | - default_page: "http://my.dz-test.net/cabinet/purchases/state_purchase/list" | |
115 | + default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
116 | 116 | login: test@test12.com |
117 | - password: 1234 | |
117 | + password: 12345678 | |
118 | 118 | browser: chrome |
119 | 119 | position: [0, 0] |
120 | 120 | size: [1280, 1024] |
121 | 121 | Prom_Viewer: |
122 | 122 | broker: Prom |
123 | 123 | homepage: "http://zakupki.dz-test.net/" |
124 | - default_page: "http://my.dz-test.net/cabinet/purchases/state_purchase/list" | |
125 | - login: test@test13.com | |
126 | - password: 1234 | |
124 | + default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
125 | + login: test@test13.com | |
126 | + password: 12345678 | |
127 | + browser: chrome | |
128 | + position: [640, 0] | |
129 | + size: [1280, 1024] | |
130 | + Prom_Provider: | |
131 | + broker: Prom | |
132 | + homepage: "http://zakupki.dz-test.net/" | |
133 | + default_page: "https://my.zakupki.dz-test.net/cabinet/purchases/state_purchase/list" | |
134 | + login: test@test14.com | |
135 | + password: 12345678 | |
127 | 136 | browser: chrome |
128 | 137 | position: [640, 0] |
129 | 138 | size: [1280, 1024] | ... | ... |
Please
register
or
login
to post a comment