aboutsummaryrefslogtreecommitdiffstats
path: root/etc/config.json.development
diff options
context:
space:
mode:
Diffstat (limited to 'etc/config.json.development')
-rw-r--r--etc/config.json.development11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/config.json.development b/etc/config.json.development
new file mode 100644
index 0000000..95e8c93
--- /dev/null
+++ b/etc/config.json.development
@@ -0,0 +1,11 @@
+{
+ "listenPort" : 8444,
+ "cloudify": {
+ "url": "https://cm.example.com/api/v2",
+ "user": "admin",
+ "password": "admin"
+ },
+ "inventory" : {
+ "url" : "http://inventory.example.com:8080"
+ }
+}