Adds TLS to the push notification client (keystore_tusky_api is omitted).

This commit is contained in:
Vavassor 2017-05-22 02:05:37 -04:00
commit 6ee6157b7f
3 changed files with 11 additions and 12 deletions

View file

@ -2,7 +2,7 @@
<resources>
<string name="app_name" translatable="false">Tusky</string>
<string name="app_website" translatable="false">https://tusky.keylesspalace.com</string>
<string name="tusky_api_domain" translatable="false">tuskyapi.keylesspalace.com</string>
<string name="tusky_api_domain" translatable="false">apitusky.keylesspalace.com</string>
<string name="tusky_api_keystore_password" translatable="false">your_password_here</string>
<string name="oauth_scheme" translatable="false">oauth2redirect</string>