| # |
| # 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. |
| # |
| |
| alias.foo=http://foo.com |
| alias.bar=http://bar.com |
| |
| |
| timeout=40000 |
| max-redirects=30 |
| |
| foo.film-service.port-of-cannes.ode.timeout=50000 |
| bar.brel-service.ode.max-redirects=40 |
| bar.brel-service.port-of-amsterdam.ode.max-redirects=60 |
| ode.a.property.beginning.with.the.prefix.but.no.service=so green or red? |
| |
| a_namespace_with_no_alias.a_service.ode.poolsize=4 |
| |
| |
| foo.film-service.port-of-cannes.ode.p1.path=hello.txt |
| foo.film-service.port-of-cannes.ode.p1.file=hello.txt |
| foo.film-service.port-of-cannes.ode.p2.path=/home/ode/hello.txt |
| |
| |
| # test that System properties are properly replaced. The expected value is set by the unit test |
| bar.brel-service.ode.sys.property=${system.TestSystemProperty} |
| |
| # test that System properties are properly replaced. The expected value is set by the unit test |
| bar.brel-service.ode.environment.property=${env.TEST_DUMMY_ENV_VAR} |
| |
| # must override the value set in hierarchical-2.properties |
| placeholder3=placeholder3-value |