Split URL properties into prefix/suffix
[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.prefix = http://jar-app-props-default-A1-URL-prefix
29 a1med.url.suffix =
30
31 # ANR xApp
32 anrxapp.url.prefix = http://jar-app-props-default-ANR-URL-prefix
33 anrxapp.url.suffix =
34
35 # App Manager
36 appmgr.url.prefix = http://jar-app-props-default-Xapp-Mgr-URL
37 appmgr.url.suffix = /ric/v1
38
39 # E2 Manager
40 e2mgr.url.prefix = http://jar-app-props-default-E2-URL
41 e2mgr.url.suffix = /v1
42 # Supply CSV to  mock the get-list API for testing e2mgr in R1;
43 # missing key or empty value disables the mock behavior
44 # e2mgr.mock.rannames = RANONE, RANTWO