summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2013-10-18 01:02:34 -0700
committerazul <azul@riseup.net>2013-10-18 01:02:34 -0700
commit8cb227a4e5e7b63e5e7d7d9af5a9162e0582e0cd (patch)
tree424526c0fdebe43209fdf65adcde549bb5cd3e0d /config
parent221532448ba4c435427ad2b5b3eca729b352c354 (diff)
parent1384f6c43dde6a19f270416e34e39130a3d0a53d (diff)
Merge pull request #103 from azul/feature/configurable-download-urls
Make download links configurable
Diffstat (limited to 'config')
-rw-r--r--config/defaults.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/defaults.yml b/config/defaults.yml
index 66ec639..6211e37 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -13,6 +13,23 @@ cert_options: &cert_options
limited_cert_prefix: "LIMITED"
unlimited_cert_prefix: "UNLIMITED"
+downloads: &downloads
+ client_download_domain: https://downloads.leap.se
+ available_clients:
+ - linux32
+ - linux64
+ - mac
+ - windows
+ - android
+ download_paths:
+ android: /client/android
+ linux: /client/linux
+ linux32: /client/linux/Bitmask-linux32-latest.tar.bz2
+ linux64: /client/linux/Bitmask-linux64-latest.tar.bz2
+ osx: /client/osx/Bitmask-OSC-latest.dmg
+ windows: /client/windows
+ other: /client
+
common: &common
force_ssl: false
pagination_size: 30
@@ -24,7 +41,9 @@ common: &common
# handles that will be allowed despite being in /etc/passwd or rfc2142
handle_whitelist: []
+
development:
+ <<: *downloads
<<: *dev_ca
<<: *cert_options
<<: *common
@@ -34,6 +53,7 @@ development:
payment: []
test:
+ <<: *downloads
<<: *dev_ca
<<: *cert_options
<<: *common
@@ -43,6 +63,7 @@ test:
payment: [billing]
production:
+ <<: *downloads
<<: *cert_options
<<: *common
admins: []