Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions deploy/sql-browser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
<password>demo</password>
</connection>

<!-- Altinity Antalya demo via Google SSO (public Web client). -->
<connection>
<name>antalya-oauth</name>
<hostname>antalya.demo.altinity.cloud</hostname>
<secure>1</secure>
<port>9440</port>
<database>default</database>
<oauth-url>https://accounts.google.com</oauth-url>
<oauth-client-id>925653064731-tpj128lp5qm5vkqn4llgbl96udvt3lsf.apps.googleusercontent.com</oauth-client-id>
<oauth-client-secret>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</oauth-client-secret>
</connection>

<!-- Altinity github.demo (public). -->
<connection>
<name>altinity-demo</name>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altinity-sql-browser",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "A zero-dependency, OAuth-gated SQL browser for any ClickHouse cluster. Vanilla ES modules, served from ClickHouse itself.",
"type": "module",
"license": "Apache-2.0",
Expand Down
Loading