mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-12-10 13:47:47 +01:00
feat/fix: use env var instead of hardcoded
This commit is contained in:
@@ -34,7 +34,7 @@ def apple_app_site_association(request):
|
||||
data = {
|
||||
"webcredentials": {
|
||||
"apps": [
|
||||
"P5246D3AFQ.org.crans.bde.note"
|
||||
os.getenv("APP_STORE_APP_ID")
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user