diff options
-rw-r--r-- | provider.clientdev.json | 2 | ||||
-rw-r--r-- | provider.development.json | 2 | ||||
-rw-r--r-- | provider.unstable.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/provider.clientdev.json b/provider.clientdev.json index 979c46f..3be614a 100644 --- a/provider.clientdev.json +++ b/provider.clientdev.json @@ -4,7 +4,7 @@ // "allow_anonymous": false //}, "platform": { - "branch": "develop" + "branch": "master" }, "contacts": { "default": "drebs@leap.se" diff --git a/provider.development.json b/provider.development.json index 618ef39..599ddcb 100644 --- a/provider.development.json +++ b/provider.development.json @@ -5,7 +5,7 @@ "allow_registration": true }, "platform": { - "branch": "develop" + "branch": "master" }, "contacts": { "default": "micah@leap.se" diff --git a/provider.unstable.json b/provider.unstable.json index ee45c53..03da9f8 100644 --- a/provider.unstable.json +++ b/provider.unstable.json @@ -4,6 +4,6 @@ "allow_anonymous": false }, "platform": { - "branch": "develop" + "branch": "master" } } |