feat: add configurable agent and claim url for status page
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit

ref arcad/emissary#21
This commit is contained in:
2024-03-01 13:24:51 +01:00
parent 64ef4a1b5c
commit 158ef63f36
3 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,7 @@ package emissary
config main 'agent'
option reconciliation_interval '60'
option server_url 'https://emissary.cadol.es'
option claim_url 'https://emissary.cadol.es/hq/claim/%v'
option agent_url 'https://emissary.cadol.es/hq/agents/%v'
option sentry_dsn ''
option sentry_environment ''