mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
16 lines
353 B
YAML
16 lines
353 B
YAML
# This is an example configuration file for running a cluster agent.
|
|
rcond:
|
|
addr: 0.0.0.0:8081
|
|
api_token: 1234567890
|
|
|
|
cluster:
|
|
enabled: true
|
|
log_level: INFO
|
|
node_name: rcond-agent
|
|
secret_key: DMXnaJUUbIBMj1Df0dPsQY+Sks1VxWTa
|
|
advertise_addr: 0.0.0.0
|
|
advertise_port: 7947
|
|
bind_addr: 0.0.0.0
|
|
bind_port: 7947
|
|
join:
|
|
- 127.0.0.1:7946 |