blob: 579a6fc1e19768f0a4bc6783118e2947463fa2f1 [file]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
spring.application.name=Apache Syncope ${syncope.version} Build Tools
spring.groovy.template.check-template-location=false
#spring.main.banner-mode=log
spring.main.allow-circular-references=true
server.servlet.encoding.charset=UTF-8
server.servlet.encoding.enabled=true
server.servlet.encoding.force=true
testconnectorserver.port=${testconnectorserver.port}
testconnectorserver.key=${testconnectorserver.key}
server.servlet.contextPath=/syncope-fit-build-tools
cxf.path=/cxf
testdb.driver=${testdb.driver}
testdb.url=${testdb.url}
testdb.username=${testdb.username}
testdb.password=${testdb.password}
testdb.webport=${testdb.webport}
testds.rootDn=${testds.rootDn}
testds.bindDn=${testds.bindDn}
testds.password=${testds.password}
testds.port=${testds.port}
testmail.smtpport=${testmail.smtpport}
testmail.pop3port=${testmail.pop3port}
kafka.port=${testkafka.port}
kafka.topics=${testkafka.topics}