summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/src/main/resources/application.properties
diff options
context:
space:
mode:
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
+