You've already forked snikket-web-portal
Merge pull request #98 from snikket-im/feature/apple
🎉 Finally set the URL for the App Store
This commit is contained in:
@@ -154,7 +154,9 @@ class AppConfig:
|
|||||||
"pl",
|
"pl",
|
||||||
"sv",
|
"sv",
|
||||||
], converter=autosplit)
|
], 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
|
# Default limit of 1 MiB is what was discovered to be the effective limit
|
||||||
# in #67, hence we set that here for now.
|
# in #67, hence we set that here for now.
|
||||||
# Future versions may change this default, and the standard deployment
|
# Future versions may change this default, and the standard deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user