Merge pull request #98 from snikket-im/feature/apple

🎉 Finally set the URL for the App Store
This commit is contained in:
Matthew Wild
2021-09-02 14:42:02 +01:00
committed by GitHub

View File

@@ -154,7 +154,9 @@ class AppConfig:
"pl",
"sv",
], converter=autosplit)
apple_store_url = environ.var("")
apple_store_url = environ.var(
"https://apps.apple.com/us/app/snikket/id1545164189",
)
# Default limit of 1 MiB is what was discovered to be the effective limit
# in #67, hence we set that here for now.
# Future versions may change this default, and the standard deployment