remove host used for dev

This commit is contained in:
Kevin Zhang 2023-02-02 09:16:39 -05:00
parent 8969689b33
commit 45e8020768

View File

@ -327,8 +327,7 @@ let password = '';
/// If it is hosted on server, assume that it is the address of ClickHouse.
if (location.protocol != 'file:') {
// host = location.origin;
host = 'https://pig7cys591.us-west-2.aws.clickhouse-dev.com';
host = location.origin;
user = 'default';
}