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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-07 19:27:04 +03:00
parent cf9374123f
commit 61cb22a266
729 changed files with 16079 additions and 14919 deletions

View File

@@ -45,9 +45,9 @@ import TabItem from '@theme/TabItem';
```bash
oint mysql GenerateConnectionString \
--addr "127.0.0.1" \
--login ""bayselonarrend"" \
--login "bayselonarrend" \
--pass "***" \
--port "3307"
--port 3307
```
</TabItem>
@@ -55,9 +55,9 @@ import TabItem from '@theme/TabItem';
```batch
oint mysql GenerateConnectionString ^
--addr "127.0.0.1" ^
--login ""bayselonarrend"" ^
--login "bayselonarrend" ^
--pass "***" ^
--port "3307"
--port 3307
```
</TabItem>
</Tabs>