senderConfig:
  clientId: "1"
  clientSecret: "123"

subscriberConfig:
  clientId: "2"
  clientSecret: "456"
  privateDecryptionKeyPath: "client/src/test/java/resources/private_decryption_test_key.json"
  privateSigningKeyPath: "client/src/test/java/resources/private_test_signing_key.json"

activeEnvironment: environment_that_does_not_exist

environments:
  prod:
    authBaseUrl: "https://auth-prod.fit-connect.fitko.net"
    routingBaseUrl: "https://routing-api-prod.fit-connect.fitko.net"
    submissionBaseUrl: "https://submission-api-prod.fit-connect.fitko.net"
    selfServicePortalBaseUrl: "https://portal.auth-prod.fit-connect.fitko.net"
    allowInsecurePublicKey: false
  dev:
    authBaseUrl: "https://auth-testing.fit-connect.fitko.dev"
    routingBaseUrl: "https://routing-api-testing.fit-connect.fitko.dev"
    submissionBaseUrl: "https://submission-api-testing.fit-connect.fitko.dev"
    selfServicePortalBaseUrl: "https://portal.auth-testing.fit-connect.fitko.dev"
    allowInsecurePublicKey: true
  testing:
    authBaseUrl: "https://auth-testing.fit-connect.fitko.dev"
    routingBaseUrl: "https://routing-api-testing.fit-connect.fitko.dev"
    submissionBaseUrl: "https://submission-api-testing.fit-connect.fitko.dev"
    selfServicePortalBaseUrl: "https://portal.auth-testing.fit-connect.fitko.dev"
    allowInsecurePublicKey: true