summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/src/main/resources/application.properties
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-12-11 20:54:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-11 20:54:46 +0000
commita1f590d75dc29759d2abaa14915c70838abdc9c2 (patch)
tree7b485df413bf6c71745cefcd463a65adcf24522c /mod/runtimeapi/runtime-web/src/main/resources/application.properties
parent89ff166e60908fc9fbc2b6075edf9d6676d1b974 (diff)
parentcc9d389bf197c1a365e669b407ea781f2bc87fd4 (diff)
Merge "Add mod/runtimeapi"
Diffstat (limited to 'mod/runtimeapi/runtime-web/src/main/resources/application.properties')
-rw-r--r--mod/runtimeapi/runtime-web/src/main/resources/application.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/runtimeapi/runtime-web/src/main/resources/application.properties b/mod/runtimeapi/runtime-web/src/main/resources/application.properties
new file mode 100644
index 0000000..0cd7e03
--- /dev/null
+++ b/mod/runtimeapi/runtime-web/src/main/resources/application.properties
@@ -0,0 +1,17 @@
+server.port=9090
+
+#BlueprintGenerator profile
+spring.profiles.active=onap_dublin
+
+#Dashboard/Inventory configs
+dashboard.url=https://oom-dashboard/ccsdk-app/api-if
+dashboard.username=
+dashboard.password=
+
+#Onap Dublin BlueprintGenerator configs
+onapDublin.topicUrl=https://url:9999
+
+onapDublin.import.cloudifyPlugin=http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
+onapDublin.import.k8sPlugin=https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.5/k8splugin_types.yaml
+onapDublin.import.policyPlugin=https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml
+