summaryrefslogtreecommitdiff
path: root/provider.clientdev.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-09 12:19:09 -0700
committerelijah <elijah@riseup.net>2015-09-09 12:19:09 -0700
commit8d611bad9bccd07354599e7e37d6b566d2785881 (patch)
tree1a57718dd4d87173078a5b9510b4c31446c27146 /provider.clientdev.json
parent5b6a13960886bc373bce666dd3d1974a9f6202bc (diff)
move domain definition to provider.env.json, where it makes much more sense (also required for platform 0.8, optional for 0.7)
Diffstat (limited to 'provider.clientdev.json')
-rw-r--r--provider.clientdev.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/provider.clientdev.json b/provider.clientdev.json
index 0bebc7c..979c46f 100644
--- a/provider.clientdev.json
+++ b/provider.clientdev.json
@@ -1,11 +1,12 @@
{
- "service": {
- "allow_anonymous": false
- },
- "platform": {
- "branch": "develop"
- },
- "contacts": {
- "default": "drebs@leap.se"
- }
+ "domain": "cdev.bitmask.net",
+ //"service": {
+ // "allow_anonymous": false
+ //},
+ "platform": {
+ "branch": "develop"
+ },
+ "contacts": {
+ "default": "drebs@leap.se"
+ }
}