| 1234567891011121314151617181920212223 |
- # FF-Agent WebAPI configuration (see Dokumentation_WebAPI_ffagent.pdf)
- # Get webApiToken and webApiKey from Admin > Einstellungen > Sicherheit
- # Get accessToken from Gateways > Soft-Gateway (if required for list endpoint)
- baseUrl: https://api.service.ff-agent.com/v1/WebService/
- # baseUrl: https://free.api.service.ff-agent.com/v1/WebService/
- webApiToken: YOUR_WEBAPI_TOKEN
- webApiKey: YOUR_WEBAPI_KEY
- # accessToken: YOUR_ACCESS_TOKEN
- # List-Einsätze endpoint path (confirm with ff-agent)
- listEinsaetzePath: einsaetze
- # Output path for the JSON file (used by ticker backend)
- outputPath: data/einsaetze.json
- # Optional: use if server certificate cannot be verified
- # serverCertFile: lets-encrypt-x3-cross-signed.pem
- # Optional: required for Live version (paid). Use separate PEM files:
- # clientCertFile: path/to/ffagent-cert.pem
- # clientKeyFile: path/to/ffagent-key.pem
|