config.yml 875 B

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