diff --git a/apps/cloudbeaver/.env b/apps/cloudbeaver/.env index 72b1e61a..1b86d2ae 100644 --- a/apps/cloudbeaver/.env +++ b/apps/cloudbeaver/.env @@ -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 @@ -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 \ No newline at end of file +CB_ADMIN_PASSWORD=$W9_POWER_PASSWORD diff --git a/apps/cloudbeaver/variables.json b/apps/cloudbeaver/variables.json index 5777b850..df8f73ac 100644 --- a/apps/cloudbeaver/variables.json +++ b/apps/cloudbeaver/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "23.2.1", + "24.2", "latest" ] }