Skip to content

Commit 79f7f01

Browse files
committed
Migrate json -> yaml
1 parent 7de95de commit 79f7f01

File tree

441 files changed

+8174
-8831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+8174
-8831
lines changed

apps/lowcode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/5minds/processcube_lowcode:7.6.0-alpha.4
1+
FROM ghcr.io/5minds/processcube_lowcode:7.6.0-alpha.33
22

33
# Root Benutzer für die Installation von Systempaketen
44
USER root

apps/lowcode/data/credentials.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"$": "931a0edd07573f3732042f9f1066df5bHRf/svc51sf6Wm1RieCUqiGOQbkQF2NcoBl1CLg68xwCF1ZChBs1hZ9J62f7g6ou1jHaDTtFMwJBskGS6kXjkXosmtmfhc4hyMmxhbOxD4VRgQ8BdOrmdUib7XFtWbjlLbSTLGbIyz/VsMiAh7rXR1ZGaZGsxAwr5X26pAP+LbC7peynGFT7qagBi5eoho6gA39FxdwxZ3MVArpCT8BzcVWY7u0GfCUH3zBcFw952Fw5lHvE/SRjHaFSwAajII9QQxRSjcPISFGm3wTCYTI3fnBC6I0TDJrWWN0ADk6Wda8H6aHo5DfunffMrYrhvOf4kvpQaldaxV+uPoLO/DH3JlaGYrzUzB0GpJ9b02c7U5eYtTX205vY+RLC6w=="
2+
"$": "ed974b466c213106da3b4c0f35c03341ARRRxZXb/UaWF4dzfgSr/xFJcIXpCRAq6pPWL5762OctTJDj4+MdeM1SikX6EllFf1Sf20vCSw0Dp1Ang3bnjKCmn4a+Rjmjl4/7GmDD4UC91OP6D0k5fYuj22fMXGvaM1w8FQPnUSgoJ6GxIavS1Aqn5XBfNIQon8c9u94yea6uHYb4Bvf95kN7zpauOEH3Tb4BGW+0mGVad44742EmqT/O3KEUgl5ygLSeCCXUplPSaxEgrqsjogGx9oqpbHVZnW9fMZ5W"
33
}

apps/lowcode/data/event_log.csv

Lines changed: 608 additions & 0 deletions
Large diffs are not rendered by default.

apps/lowcode/data/flowStorageDir/configs/Service Host_empty_41c8774439df63d1.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
id: 41c8774439df63d1
2+
type: Service Host
3+
apiBase: https://api.openai.com/v1
4+
secureApiKeyHeaderOrQueryName: Authorization
5+
organizationId: ''
6+
name: ''

apps/lowcode/data/flowStorageDir/configs/processcube-engine-config_docker_engine_e021764f5dd07272.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
id: e021764f5dd07272
2+
type: processcube-engine-config
3+
name: docker engine
4+
url: http://engine:8000
5+
urlType: str
6+
clientId: ''
7+
clientIdType: str
8+
clientSecret: ''
9+
clientSecretType: str

apps/lowcode/data/flowStorageDir/configs/processcube-engine-config_empty_ba20533f27a1b167.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
id: ba20533f27a1b167
2+
type: processcube-engine-config
3+
name: ''
4+
url: ENGINE_URL
5+
urlType: env
6+
clientId: ENGINE_CLIENT_ID
7+
clientIdType: env
8+
clientSecret: ENGINE_CLIENT_SECRET
9+
clientSecretType: env
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
id: 1eb69103036f84cc
2+
type: smtp-config
3+
name: Email Sender Config
4+
host: smtp.gmail.com
5+
hostType: env
6+
port: 587
7+
portType: env
8+
user: EMAIL_SEND_USER
9+
userType: env
10+
password: EMAIL_SEND_PASSWORD
11+
passwordType: env
12+
connTimeout: 10000
13+
authTimeout: 5000
14+
keepalive: true
15+
secure: false
16+
autotls: never
17+
rejectUnauthorized: false
18+
poolEnabled: false
19+
poolSize: ''
20+
poolTimeout: ''

0 commit comments

Comments
 (0)