mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
remove host used for dev
This commit is contained in:
parent
8969689b33
commit
45e8020768
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user