blob: 654aaeb5ae4fdadac441857a8f9cd640339cce63 [file] [log] [blame]
# *******************************************************************************
# Copyright (c) 2019 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
# *******************************************************************************
spring:
rabbitmq:
host: host
port: 5672
username: userName
password: secPwd
# Importkanal
importExchange: sitImportExchange_dev
importQueue: sitImportQueue_dev
importkey: sitImportExchange.failureImportKey_dev
# Exportkanal
exportExchange: sitExportExchange_dev
exportQueue: stoerungsauskunft_export_queue_test_simon
exportKey: stoerungsauskunft_export_key_test_simon
server:
max-http-header-size: 262144
feign:
client:
config:
default:
connectTimeout: 60000
readTimeout: 60000
cors:
corsEnabled: false
saris:
apiUrl: https://apiTestUrl/api/v1.0/
user: userName
password: secPwd
bisToleranz: 1440
vonToleranz: 1440
scheduling-import:
enabled: false
cron: 0 */15 * ? * *
testIntegration:
year: 2020
month: 2
day: 11
gridFailureInformation:
autopublish: false
security.endpoint:
user: userName
password: secPwd
---
spring:
profiles: test
saris:
apiUrl: https://apiTestUrl
user: userName
password: secPwd
scheduling-import:
enabled: true
cron: 0 */15 * ? * *