# 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