Show AC app data visualization in new metrics tab
[portal/ric-dashboard.git] / webapp-backend / src / main / resources / application.properties
1 # ========================LICENSE_START=================================
2 # O-RAN-SC
3 # %%
4 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
5 # %%
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9
10 #      http://www.apache.org/licenses/LICENSE-2.0
11
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 # ========================LICENSE_END===================================
18
19 # Defines RIC Dashboard property keys and default values.
20 # Create a copy in the launch directory to override values; or
21 # copy to "application-abc.properties" as mentioned in the README.
22
23 # A spring property but without a "spring" prefix;
24 # the port number is chosen RANDOMLY when running tests
25 server.port = 8080
26
27 # path to file that stores user details;
28 # use a persistent volume in a K8S deployment
29 userfile = users.json
30
31 # class that decrypts ciphertext from Portal
32 portalapi.decryptor = org.oransc.ric.portal.dashboard.portalapi.PortalSdkDecryptorAes
33 # name of request cookie with user ID
34 portalapi.usercookie = UserId
35
36 # portal credentials must be supplied at deployment time
37 portalapi.appname = RIC Dashboard
38 portalapi.username =
39 portalapi.password =
40
41 # endpoint URLs must be supplied at deployment time
42 # A1 Mediator
43 a1med.url.prefix = http://jar-app-props-default-A1-URL-prefix
44 a1med.url.suffix =
45 # ANR xApp
46 anrxapp.url.prefix = http://jar-app-props-default-ANR-URL-prefix
47 anrxapp.url.suffix =
48 # App Manager
49 appmgr.url.prefix = http://jar-app-props-default-Xapp-Mgr-URL
50 appmgr.url.suffix = /ric/v1
51 # E2 Manager
52 e2mgr.url.prefix = http://jar-app-props-default-E2-URL
53 e2mgr.url.suffix = /v1
54
55 # Mimic slow endpoints by defining sleep period, in milliseconds
56 mock.config.delay = 0
57
58 #Representative URL to Kibana source displaying the AC App metrics
59 metrics.url.ac = http://jar-app-props-kibana-url