summaryrefslogtreecommitdiff
path: root/provider.demo.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.demo.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.demo.json')
-rw-r--r--provider.demo.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/provider.demo.json b/provider.demo.json
index 91e7c4c..0ca3e4a 100644
--- a/provider.demo.json
+++ b/provider.demo.json
@@ -1,17 +1,18 @@
{
- "description": {
- "en": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.",
- "es": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.",
- "el": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted."
- },
- "languages": ["en", "pt", "es", "de"],
- "default_language": "en",
- "services": ["openvpn"],
- "service": {
- "allow_anonymous": true,
- "levels": {}
- },
- "contacts": {
- "default": "elijah@leap.se"
- }
+ "domain": "demo.bitmask.net",
+ "description": {
+ "en": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.",
+ "es": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.",
+ "el": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted."
+ },
+ "languages": ["en", "pt", "es", "de"],
+ "default_language": "en",
+ "services": ["openvpn"],
+ "service": {
+ "allow_anonymous": true,
+ "levels": {}
+ },
+ "contacts": {
+ "default": "elijah@leap.se"
+ }
}