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