Update traversal from AJSC 2 to Spring Boot
[aai/traversal.git] / aai-traversal / src / main / docker / aai.sh
1 #
2 # ============LICENSE_START=======================================================
3 # org.onap.aai
4 # ================================================================================
5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #    http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 #
20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 #
22
23 PROJECT_HOME=/opt/app/aai-traversal
24 export PROJECT_HOME
25
26 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
27 export JAVA_HOME
28
29 AAIENV=dev
30 export AAIENV
31
32 PATH=/usr/lib/jvm/java-8-openjdk-amd64:$PATH
33
34 PROJECT_OWNER=aaiadmin
35 PROJECT_GROUP=aaiadmin
36 PROJECT_UNIXHOMEROOT=/opt/aaihome
37 export PROJECT_OWNER PROJECT_GROUP PROJECT_UNIXHOMEROOT
38 umask 0022
39
40 export idns_api_url=
41 export idnscred=
42 export idnstenant=
43
44