example config idk
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
server_url = "https://control-plane.example.com"
|
||||||
|
agent_id = "REPLACE_ME_AGENT_ID"
|
||||||
|
agent_token = "REPLACE_ME_AGENT_TOKEN"
|
||||||
|
reconnect_base_ms = 1000
|
||||||
|
reconnect_max_ms = 30000
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
data_dir = "/var/lib/wakey-control-plane"
|
||||||
|
bind = "0.0.0.0:8080"
|
||||||
|
public_url = "http://127.0.0.1:8080"
|
||||||
|
state_file = "/var/lib/wakey-control-plane/state.db"
|
||||||
|
command_timeout_ms = 30000
|
||||||
|
enroll_token_ttl_seconds = 86400
|
||||||
|
pid_file = "/var/lib/wakey-control-plane/wakey-control-plane.pid"
|
||||||
|
|
||||||
|
[telemetry]
|
||||||
|
service_name = "wakey-control-plane"
|
||||||
|
json_logs = false
|
||||||
Reference in New Issue
Block a user