21 lines
530 B
YAML
21 lines
530 B
YAML
postgres_host: "localhost"
|
|
postgres_port: 5432
|
|
postgres_database: "model_rt"
|
|
postgres_user: "postgres"
|
|
postgres_password: "coslight"
|
|
|
|
# influxdb_host: "localhost"
|
|
# influxdb_port: "8086"
|
|
# influxdb_token: "lCuiQ316qlly3iFeoi1EUokPJ0XxW-5lnG-3rXsKaaZSjfuxO5EaZfFdrNGM7Zlrdk1PrN_7TOsM_SCu9Onyew=="
|
|
# influxdb_org: "coslight"
|
|
# influxdb_bucket: "wave_record"
|
|
|
|
log_mode: "development"
|
|
log_level: "debug"
|
|
log_filepath: "/home/douxu/log/wave_record-%s.log"
|
|
log_maxsize: 1
|
|
log_maxbackups: 5
|
|
log_maxage: 30
|
|
|
|
parse_concurrent_quantity: 10
|