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

psp.integration-tests.1.10-RC1.source-code.application.yml Maven / Gradle / Ivy

The newest version!
#
# Copyright 2018-2018 adorsys GmbH & Co KG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

server:
  port: 58080

spring:
  profiles:
    active: dev
  jackson:
    serialization.write_dates_as_timestamps: false

---
spring:
    profiles: dev

xs2a:
  baseUrl: http://localhost:8080/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

aspspMock:
  baseUrl: http://localhost:28080
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

aspspProfile:
  baseUrl: http://localhost:48080/api/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

consent:
  baseUrl: http://localhost:38080/api/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

auth:
  clientId: xs2a-impl
  clientSecret: 7db3ea97-e85c-4c4e-be4e-bc8a49e36740
  url: http://localhost:8081/auth/realms/xs2a/protocol/openid-connect/token
  grantType: password
  username: aspsp
  password: zzz

logging:
  level:
    de.adorsys.aspsp.xs2a.integtest: DEBUG


---

spring:
    profiles: integ

xs2a:
  baseUrl: https://xs2a.integ.cloud.adorsys.de/api/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

aspspMock:
  baseUrl: http://localhost:28080
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

aspspProfile:
  baseUrl: http://localhost:48080/api/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

consent:
  baseUrl: http://localhost:38080/api/v1
  config:
    readTimeoutInMs: 10000
    connectionTimeoutInMs: 10000

auth:
  clientId: xs2a-impl
  clientSecret: 99e0af67-d034-42a0-856e-63af0b8769aa
  url: https://xs2a-idp-integ.cloud.adorsys.de/auth/realms/xs2a/protocol/openid-connect/token
  grantType: password
  username: aspsp
  password: zzz




© 2015 - 2025 Weber Informatics LLC | Privacy Policy