You've already forked OpenIntegrations
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:
@@ -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}'
|
||||
@@ -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}'
|
||||
@@ -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 '***'
|
||||
@@ -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 '***'
|
||||
Reference in New Issue
Block a user