Configuration File
WolfScale is configured via /etc/wolfscale/config.toml.
Database Section
toml
[database]
host = "127.0.0.1"
port = 3306
user = "replicator"
password = "secure-password"
database = "mydb"
Cluster Section
toml
[cluster]
name = "production"
node_id = "node-1"
Load Balancer Section
toml
[loadbalancer]
listen = "0.0.0.0:3307"
algorithm = "round_robin"