first commit

This commit is contained in:
Alexandru Pisarenco
2021-04-19 22:55:28 +02:00
commit 186f4f11be
21 changed files with 571 additions and 0 deletions

9
config.json.example Normal file
View File

@@ -0,0 +1,9 @@
{
"clickhouse": {
"host": "123.123.123.123",
"port": "9000",
"database": "traderepublic",
"user": "default",
"password": ""
}
}