1
0
mirror of https://github.com/arkuznetsov/1CFilesConverter.git synced 2024-11-21 17:36:30 +02:00

tests: Добавлен файл-пример указания переменных окружения (.env) для выполнеия тестов.

This commit is contained in:
Artem Kuznetsov 2023-09-01 17:27:50 +03:00
parent 345458ad23
commit 26fb979b86
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/*.*
out/
tests/.env

9
tests/example.env Normal file
View File

@ -0,0 +1,9 @@
V8_VERSION=8.3.20.2184
V8_DB_SRV_DBMS=MSSQLServer
V8_DB_SRV_ADDR=localhost
V8_DB_SRV_USR=_1CSrvUsr1
V8_DB_SRV_PWD=
V8_SRV_ADDR=localhost
V8_SRV_AGENT_PORT=1540
V8_RAS_PORT=11545
V8_IB_NAME=V8_CONV_TEMP_IB