Added gitignore
Deploy Node App / deploy (push) Failing after 3s

This commit is contained in:
Gitea
2026-05-25 15:23:04 +05:30
commit 192e8fc79c
10 changed files with 1766 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
const { createClient } = require('@clickhouse/client');
const clickhouse = createClient({
url: 'http://172.188.12.194:8123',
username: 'default',
password: 'dipanshu_k',
database: 'userdetails',
});
module.exports = clickhouse;