69118800bed9dc930b3bfe020f14091843a94734
[portal/ric-dashboard.git] / webapp-backend / src / main / resources / application.properties
1 ###
2 # ========================LICENSE_START=================================
3 # O-RAN-SC
4 # %%
5 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
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
21 # Defines property keys for the RIC Dashboard, and some defaults
22
23 # Confusingly, this key has no "spring" prefix
24 # The port number is chosen RANDOMLY when running a test
25 server.port = 8080
26
27 # A1 Mediator
28 a1med.url = http://jar-app-props-default-A1-URL
29
30 # ANR xApp
31 anrxapp.url = http://jar-app-props-default-ANR-URL
32
33 # E2 Manager
34 e2mgr.url = http://jar-app-props-default-E2-URL
35 # Supply CSV to  mock the get-list API for testing e2mgr in R1;
36 # missing key or empty value disables the mock behavior
37 # e2mgr.mock.rannames = RANONE, RANTWO
38
39 # Xapp Manager
40 xappmgr.url = http://jar-app-props-default-Xapp-Mgr-URL