25 lines
417 B
YAML
25 lines
417 B
YAML
clickhouse:
|
|
host: localhost
|
|
port: 8123
|
|
username: default
|
|
password: change-me
|
|
database: analytics_1c
|
|
|
|
landing:
|
|
documents: ./landing/documents
|
|
postings: ./landing/postings
|
|
reglog: ./landing/reglog
|
|
audit: ./landing/audit
|
|
host: ./landing/host
|
|
|
|
formats:
|
|
default: jsonl
|
|
documents: jsonl
|
|
postings: jsonl
|
|
reglog: jsonl
|
|
audit: jsonl
|
|
host: jsonl
|
|
|
|
archive_dir: ./archive
|
|
delete_after_load: false
|