23 lines
888 B
Bash
23 lines
888 B
Bash
# Copy this file to scripts/.env.android-device.staging.local for USB-free staging login tests.
|
|
|
|
# The app talks directly to the public Baron staging API over HTTPS.
|
|
# No adb reverse is required in this mode.
|
|
TDC114_API_BASE=https://sso.hmac.kr
|
|
TDC114_AUTH_API_BASE=https://114-auth.hmac.kr
|
|
TDC114_ORG_CONTEXT_API_BASE=https://114-auth.hmac.kr
|
|
TDC114_ORG_CONTEXT_TENANT_SLUG=hanmac-family
|
|
|
|
# Skip local phone-login bootstrap and open the normal in-app login flow.
|
|
TDC114_SKIP_SESSION_BOOTSTRAP=true
|
|
|
|
# Optional hints for smoke/integration helpers.
|
|
TDC114_SMOKE_AUTH_FLOW=link
|
|
TDC114_SMOKE_PHONE=010xxxxxxxx
|
|
# TDC114_SMOKE_EXPECTED_NAME=홍길동
|
|
# TDC114_SMOKE_EXPECTED_TENANT_LABEL=IS3
|
|
|
|
# Optional split mode:
|
|
# Login and org-context should normally go through tdc114plus-auth.
|
|
# TDC114_DIRECTORY_API_BASE=https://114-auth.hmac.kr
|
|
# TDC114_ORGANIZATION_API_BASE=https://114-auth.hmac.kr
|