15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"server_name": "LOGAR-Windows-Hub",
|
|
"tcp_host": "0.0.0.0",
|
|
"tcp_port": 9443,
|
|
"hermes_host": "0.0.0.0",
|
|
"hermes_port": 8443,
|
|
"auth_token": "replace_with_secure_random_hex_token",
|
|
"db_path": "logar_state.db",
|
|
"evaluation_window_hours": 12,
|
|
"min_persistence_runs": 4,
|
|
"server_fingerprint": "AUTO_GENERATED_ON_FIRST_RUN",
|
|
"public_key": "AUTO_GENERATED_ON_FIRST_RUN",
|
|
"private_key": "AUTO_GENERATED_ON_FIRST_RUN"
|
|
}
|