diff options
author | jessib <jessib@riseup.net> | 2014-01-21 10:17:35 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2014-01-21 10:17:35 -0800 |
commit | 77520ca1d1d6f932bb6d56f48effcadf4b623802 (patch) | |
tree | b81a23251048848a68c559456e9581b4e8799aca /config/defaults.yml | |
parent | a19d01313ac534bdbbd8381593f887f1f77c94d5 (diff) | |
parent | 8c087dc69174a5fbd9390b5c3a795fd0f56f6ed2 (diff) |
Merge branch 'develop' into feature/messages_api
Diffstat (limited to 'config/defaults.yml')
-rw-r--r-- | config/defaults.yml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index 6e14623..cb18795 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -14,21 +14,18 @@ cert_options: &cert_options unlimited_cert_prefix: "UNLIMITED" downloads: &downloads - client_download_domain: https://downloads.leap.se + client_download_domain: https://dl.bitmask.net available_clients: - - linux32 - - linux64 + - linux - osx - windows - android download_paths: - android: /client/android/Bitmask-Android-latest.apk - linux: /client/linux - linux32: /client/linux/Bitmask-linux32-latest.tar.bz2 - linux64: /client/linux/Bitmask-linux64-latest.tar.bz2 - osx: /client/osx/Bitmask-OSX-latest.dmg - windows: /client/windows/Bitmask-win32-latest.zip - other: /client + android: /android/ + linux: /linux/ + osx: /mac/ + windows: /windows/ + other: / common: &common force_ssl: false |