Skip to content

Commit

Permalink
change db name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Oct 19, 2023
1 parent 64a8f57 commit 0e283ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_HOST=http://127.0.0.1:8123
DB_NAME=default
DB_NAME=clickhouse_sink
DB_USERNAME=default
DB_PASSWORD=
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pkg from "../package.json";
export const DEFAULT_PORT = "8080";
export const DEFAULT_HOSTNAME = "localhost";
export const DEFAULT_DB_HOST = "http://localhost:8123";
export const DEFAULT_DB_NAME = "default";
export const DEFAULT_DB_NAME = "clickhouse_sink";
export const DEFAULT_DB_USERNAME = "default";
export const DEFAULT_DB_PASSWORD = "";
export const DEFAULT_MAX_ELEMENTS_QUERIES = 10;
Expand Down

0 comments on commit 0e283ac

Please sign in to comment.