Files
LOGAR/server_config.sample.json
T
me0nline 7052e68589
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m40s
Implement edge filtering, state tracking, clean out/ directory, and add Gitea CI workflow
2026-09-04 15:32:39 +02:00

15 lines
434 B
JSON

{
"server_name": "LOGAR-Cloud-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"
}