| # 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. |
| console.directory=${conf.directory} |
| |
| version=${syncope.version} |
| site=${project.parent.url} |
| |
| anonymousUser=${anonymousUser} |
| anonymousKey=${anonymousKey} |
| |
| scheme=http |
| host=localhost |
| port=9080 |
| rootPath=/syncope/rest/ |
| useGZIPCompression=true |
| |
| activitiModelerDirectory=${activiti-modeler.directory} |
| |
| reconciliationReportKey=c3520ad9-179f-49e7-b315-d684d216dd97 |
| |
| page.dashboard=org.apache.syncope.client.console.pages.Dashboard |
| page.realms=org.apache.syncope.client.console.pages.Realms |
| page.topology=org.apache.syncope.client.console.topology.Topology |
| page.reports=org.apache.syncope.client.console.pages.Reports |
| page.workflow=org.apache.syncope.client.console.pages.Workflow |
| page.audit=org.apache.syncope.client.console.pages.Audit |
| page.logs=org.apache.syncope.client.console.pages.Logs |
| page.securityquestions=org.apache.syncope.client.console.pages.SecurityQuestions |
| page.types=org.apache.syncope.client.console.pages.Types |
| page.roles=org.apache.syncope.client.console.pages.Roles |
| page.policies=org.apache.syncope.client.console.pages.Policies |
| page.notifications=org.apache.syncope.client.console.pages.Notifications |
| page.parameters=org.apache.syncope.client.console.pages.Parameters |