diff options
author | elijah <elijah@riseup.net> | 2013-02-08 19:40:56 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-08 19:40:56 -0800 |
commit | 49fc7e085f635c906b32adfc41a207939be2cf39 (patch) | |
tree | 50cf140bf27245a2cde585a5ad676a617dd38006 /provider_base/common.json | |
parent | c43bb848ab337ba59b34cdf7e754203935128eb7 (diff) |
make monitor service include the nodes that are of a similar type (e.g. production or local).
Diffstat (limited to 'provider_base/common.json')
-rw-r--r-- | provider_base/common.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 8ffe8cd4..8e4dc6e7 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -25,8 +25,9 @@ "ca_cert": "= try_file :ca_cert" }, "local": false, + "production": false, "service_type": "internal_service", "development": { - "site_config": true + "site_config": true } } |