feat(infra): PUBLIC_APPLE_TEAM_ID für AASA-Endpoint
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
mana e.V. Apple-Developer-Team-ID QP3GLU8PH3 ins cards-web-Service- Environment in docker-compose.production.yml. Wird zur Runtime von $env/dynamic/public aufgelöst und in /.well-known/apple-app-site-association eingesetzt — Apple matched das mit dem applinks:cardecky.mana.how-Entitlement in cards-native (Bundle ev.mana.cards). Aktivierung: docker compose -f docker-compose.production.yml up -d cards-web auf mana-server. Verify nach Deploy: curl https://cardecky.mana.how/.well-known/apple-app-site-association → "appID":"QP3GLU8PH3.ev.mana.cards" statt XXXXXXXXXX. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bdce9c98b6
commit
e68d53bfbb
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,10 @@ services:
|
||||||
PUBLIC_CARDS_API_URL: https://cardecky-api.mana.how
|
PUBLIC_CARDS_API_URL: https://cardecky-api.mana.how
|
||||||
PUBLIC_MANA_AUTH_URL: https://auth.mana.how
|
PUBLIC_MANA_AUTH_URL: https://auth.mana.how
|
||||||
PUBLIC_AUTH_WEB_URL: https://auth.mana.how
|
PUBLIC_AUTH_WEB_URL: https://auth.mana.how
|
||||||
|
# mana e.V. Apple-Developer-Team-ID. Wird ausgeliefert in
|
||||||
|
# /.well-known/apple-app-site-association für die cards-native
|
||||||
|
# Universal-Links (applinks:cardecky.mana.how).
|
||||||
|
PUBLIC_APPLE_TEAM_ID: QP3GLU8PH3
|
||||||
CARDS_API_URL: https://cardecky-api.mana.how
|
CARDS_API_URL: https://cardecky-api.mana.how
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue