Skip to content

Commit

Permalink
Update cloudbeaver
Browse files Browse the repository at this point in the history
  • Loading branch information
websoft9 committed Oct 31, 2024
1 parent 3df6c5f commit 93fe91e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions apps/cloudbeaver/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
W9_VERSION=latest
W9_DIST=community
W9_VERSION='24.2'
W9_DIST='community'
W9_REPO=dbeaver/cloudbeaver
W9_POWER_PASSWORD=spJNF09yzwWJaG!
W9_POWER_PASSWORD='ZXf7!HpX!dD4hMW9'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=cloudbeaver
W9_ID='cloudbeaver'
W9_HTTP_PORT=8978
W9_HTTP_PORT_SET=9090
W9_URL=appname.example.com
W9_HTTP_PORT_SET='9090'
W9_URL='appname.example.com'

# dont't user [admin] which is cloudbeaver system variable
W9_LOGIN_USER=cbadmin
Expand All @@ -19,4 +19,4 @@ W9_NETWORK=websoft9
CB_SERVER_NAME="CloudBeaver Server"
CB_SERVER_URL=$W9_URL
CB_ADMIN_NAME=$W9_LOGIN_USER
CB_ADMIN_PASSWORD=$W9_POWER_PASSWORD
CB_ADMIN_PASSWORD=$W9_POWER_PASSWORD
2 changes: 1 addition & 1 deletion apps/cloudbeaver/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"23.2.1",
"24.2",
"latest"
]
}
Expand Down

0 comments on commit 93fe91e

Please sign in to comment.