All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rd-connectors.concur-connector.2.3.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
server:
  compression:
     enabled: true
     mime-types: application/json,application/xml,text/html,text/xml,text/plain
  server-header: concur-connector

connector:
  hasTestAuth: true

management:
  endpoints:
    web.base-path: /

# In order to fetch the OAuth token, the below properties are required to be configured by the tenant.
concur:
  client-id: dummy-client-id
  client-secret: dummy-client-secret
  oauth-instance-url: https://dummy.api.concursolutions.com/




© 2015 - 2024 Weber Informatics LLC | Privacy Policy