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, 0 insertions, 11 deletions
diff --git a/etc/config.json.development b/etc/config.json.development
deleted file mode 100644
index 95e8c93..0000000
--- a/etc/config.json.development
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "listenPort" : 8444,
- "cloudify": {
- "url": "https://cm.example.com/api/v2",
- "user": "admin",
- "password": "admin"
- },
- "inventory" : {
- "url" : "http://inventory.example.com:8080"
- }
-}