diff options
author | elijah <elijah@riseup.net> | 2014-09-04 12:28:56 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-09-04 12:28:56 -0700 |
commit | d5029db3310906ee0f34c3b2e129aec00b6a4b3a (patch) | |
tree | 53671719fd7bacdf420175280e689781717a3f8b | |
parent | 18845c00e672606ab3c176cd4a42b23a13454bc2 (diff) |
make the default provider.json to have allow_anonymous false. only allow anonymous for demo environment
-rw-r--r-- | provider.demo.json | 1 | ||||
-rw-r--r-- | provider.json | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/provider.demo.json b/provider.demo.json index 29d4af7..dd2b26c 100644 --- a/provider.demo.json +++ b/provider.demo.json @@ -7,6 +7,7 @@ "languages": ["en"], "services": ["openvpn"], "service": { + "allow_anonymous": true, "levels": {} } } diff --git a/provider.json b/provider.json index 8cf6f0a..ae8ec87 100644 --- a/provider.json +++ b/provider.json @@ -17,9 +17,6 @@ "contacts": { "default": "sysdev@leap.se" }, - "service": { - "allow_anonymous": true - }, "ca": { "server_certificates": { // not support by gandi: |