blob: 24966474047c5305ff7515d5218073abd3e9a852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ATT dashboard.properties
# Properties for the ONAP Controller Dashboard webapp
# Set to true to use local copies of controller data
controller.mock.data = false
# for ONAP or other type
controller.type = os
controller.env = dev
# YAML would represent this more elegantly, but Spring likes properties.
controller.key.list = dev
dev.name = Local
dev.url = https://orcl.com/api/v3.1
dev.inventory.url = https://inventory.com:30123/
dev.dhandler.url = https://dplh.com:30125/
dev.consul.url = http://consul.com:8500/
dev.username = admin
dev.password = admin
dev.is_encrypted = false
|