cnc-rs 0.1.4

A Rust-based project for PostgreSQL replication and email notifications with a configurable CLI.
Documentation
[postgres]
enabled = true
origin_host = "localhost"
origin_user = "postgres"
origin_password = "password"
origin_port = "5432"
origin_database = "postgres"

target_host = "localhost"
target_user = "postgres"
target_password = "password"
target_port = "5433"
target_database = "postgres"

[smtp]
enabled = false

username = "example@example.com"
password = "secretpass"

smtp_host = "posteo.de"
smtp_port = 587

from = "example@example.com"
to = [ "example@example.com", "example@example.com" ]
cc = [ "example@example.com" ]