1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-07 11:38:46 +00:00
parent b29941afd6
commit 52ac1a6ff4
702 changed files with 1874 additions and 1890 deletions

View File

@@ -1,6 +1,6 @@
# JSON данные также могут быть переданы как путь к файлу .json
oint postgres СоздатьБазуДанных \
--base "testbase1" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
--tls "{'use_tls':true,'accept_invalid_certs':true}"
--base 'testbase1' \
--dbc 'postgresql://bayselonarrend:***@127.0.0.1:5432/' \
--tls '{\"use_tls\":true,\"accept_invalid_certs\":true}'

View File

@@ -1,6 +1,6 @@
:: JSON данные также могут быть переданы как путь к файлу .json
oint postgres СоздатьБазуДанных ^
--base "testbase1" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
--tls "{'use_tls':true,'accept_invalid_certs':true}"
--base 'testbase1' ^
--dbc 'postgresql://bayselonarrend:***@127.0.0.1:5432/' ^
--tls '{\"use_tls\":true,\"accept_invalid_certs\":true}'

View File

@@ -1,5 +1,5 @@
oint postgres СформироватьСтрокуПодключения \
--addr "127.0.0.1" \
--db "postgres" \
--login "bayselonarrend" \
--pass "***"
--addr '127.0.0.1' \
--db 'postgres' \
--login 'bayselonarrend' \
--pass '***'

View File

@@ -1,5 +1,5 @@
oint postgres СформироватьСтрокуПодключения ^
--addr "127.0.0.1" ^
--db "postgres" ^
--login "bayselonarrend" ^
--pass "***"
--addr '127.0.0.1' ^
--db 'postgres' ^
--login 'bayselonarrend' ^
--pass '***'