1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-12-10 05:37:46 +01:00

feat/fix: use env var instead of hardcoded

This commit is contained in:
alexismdr
2025-12-09 18:45:07 +01:00
parent 68ea640736
commit f3289de5d8

View File

@@ -34,7 +34,7 @@ def apple_app_site_association(request):
data = {
"webcredentials": {
"apps": [
"P5246D3AFQ.org.crans.bde.note"
os.getenv("APP_STORE_APP_ID")
]
}
}