Skip to content

Commit 61eb182

Browse files
committed
Еще файлик для тестов
1 parent 09507f3 commit 61eb182

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

tests/fixtures/default.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
globals:
2+
storage-user: Администратор
3+
storage-pwd: ''
4+
git-path: git
5+
v8version: 8.3
6+
domain-email: localhost
7+
lic-try-count: 5
8+
plugins:
9+
enable:
10+
- test
11+
- test2
12+
disable:
13+
- test3
14+
repositories:
15+
- name: ТестовыйРепозиторий
16+
# disable: false
17+
path: <КаталогХранилища1С_1>
18+
dir: <ПутьКаталогаИсходников_1>
19+
plugins:
20+
more:
21+
- test3
22+
plugins-config:
23+
URL: http
24+
25+
- name: ТестовыйРепозиторий2
26+
# disable: true
27+
path: <КаталогХранилища1С_2>
28+
dir: <ПутьКаталогаИсходников_2>
29+
storage-user: Администратор
30+
storage-pwd: ''
31+
git-path: git
32+
temp-dir: ""
33+
v8version: 8.3
34+
domain-email: localhost
35+
lic-try-count: 5

0 commit comments

Comments
 (0)