blob: b098884d61ab0eb0522cebeb8e632e07db77a7d5 [file] [log] [blame]
#
# 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.
#
# by providing an application name we trigger the JMX registration!
deltaspike.application.name=ds-config-core-impl-tests
testProperty03=test_value_03
org.apache.deltaspike.core.spi.activation.ClassDeactivator=org.apache.deltaspike.test.core.impl.activation.TestClassDeactivator
testProperty02=test_value_02
db=prodDB
testDbConfig=some setting for ${db}
globalAlternatives.org.apache.deltaspike.test.core.api.alternative.global.BaseBean1=org.apache.deltaspike.test.core.api.alternative.global.SubBaseBean2
globalAlternatives.org.apache.deltaspike.test.core.api.alternative.global.BaseInterface1=org.apache.deltaspike.test.core.api.alternative.global.BaseInterface1AlternativeImplementation
globalAlternatives.org.apache.deltaspike.test.core.api.alternative.global.qualifier.BaseInterface=org.apache.deltaspike.test.core.api.alternative.global.qualifier.AlternativeBaseBeanB
configProperty1=14
configProperty2=7
configPropertyTrue1=Yes
configPropertyTrue2=yes
configPropertyTrue3=YES
configPropertyTrue4=Y
configPropertyTrue5=JA
configPropertyTrue6=OUI
configPropertyTrue7=True
configPropertyTrue8=1
# NumberConfig
propertyFloat=123.45
my.very.secret=onlyIDoKnowIt
deactivate.org.apache.deltaspike.test.core.impl.activation.DeactivatedClass=true
urlListFromProperties = http://127.0.0.2
prefix.suffix = done
# test project stage aware replacement mechanism
# Attention: Depending on whether another test did already run we might get
# ProjectStage Production or UnitTest. So we set the same value for both now
myapp.login.hostname=http://myapp
myapp.login.hostname.Production=https://myapp
myapp.login.hostname.UnitTest=https://myapp
myapp.login.url=${myapp.login.hostname}/login.xhtml