Skip to content

Commit 7b2c2ec

Browse files
committed
fix: update rootURI in cloudbeaver configuration
- Changed rootURI from default path to /sql_query for improved query handling.
1 parent b37d21b commit 7b2c2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/core/cloudbeaver.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
sslConfigurationPath:"${CLOUDBEAVER_SSL_CONF_PATH:workspace/.data/ssl-config.xml}",
1010

11-
rootURI: "${CLOUDBEAVER_ROOT_URI:/}",
11+
rootURI: "${CLOUDBEAVER_ROOT_URI:/sql_query}",
1212
serviceURI: "/api/",
1313
supportedHosts: [],
1414

0 commit comments

Comments
 (0)