Skip to content

Commit 28b261a

Browse files
Adding optional SUPPORT_EMAIL conf parameter
1 parent c70ab5f commit 28b261a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/config-sample.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"ORCHESTRATOR_URL": "https://indigo-paas.cloud.ba.infn.it/orchestrator",
66
"SLAM_URL": "https://indigo-slam.cloud.ba.infn.it:8443",
77
"CMDB_URL": "https://indigo-paas.cloud.ba.infn.it/cmdb",
8-
"TOSCA_TEMPLATES_DIR": "/opt/tosca-templates"
8+
"TOSCA_TEMPLATES_DIR": "/opt/tosca-templates",
9+
"SUPPORT_EMAIL": "support@example.com"
910
}

0 commit comments

Comments
 (0)