blob: 052a2ec9013890c061fbc8cd80e45dcec2ad84ae [file] [log] [blame]
vaibhavjayas5ca54652018-07-31 09:23:16 +00001# Copyright © 2018 Amdocs, Bell Canada
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Mahendra Raghuwanshiafb1e2a2018-05-03 12:15:03 +000015############################################################
16# Common properties for all AAF Components
17# on 2018-03-02 06:59.628-0500
18############################################################
19# Pull in Global Coordinates and Certificate Information
20aaf_root_ns=org.osaaf.aaf
21aaf_trust_perm=org.osaaf.aaf|org.onap|trust
22
23cadi_prop_files=/opt/app/osaaf/local/org.osaaf.location.props:/opt/app/osaaf/local/org.osaaf.aaf.props
24cadi_protocols=TLSv1.1,TLSv1.2
25
26aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0
27cadi_loginpage_url=https://AAF_LOCATE_URL/AAF_NS.gui:2.0/login
28
29# Standard for this App/Machine
30aaf_env=DEV
31aaf_data_dir=/opt/app/osaaf/data
32cadi_loglevel=DEBUG
33
34# Domain Support (which will accept)
35aaf_domain_support=.com:.org
36
37# Basic Auth
38aaf_default_realm=people.osaaf.org
39
40# OAuth2
41aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token
42aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect
43