Stabilize auth flow and profile images

This commit is contained in:
Codex
2026-07-20 13:38:39 +09:00
parent 57caca8dc8
commit 5d3eee7a16
128 changed files with 28860 additions and 1468 deletions
@@ -0,0 +1,20 @@
# Copy this file to scripts/.env.android-device.production.local for USB-free production-style tests.
# The app talks directly to the public Baron production API over HTTPS.
# No adb reverse is required in this mode.
TDC114_API_BASE=https://production.example.com
# 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:
# Keep everything on production unless a temporary login/data split is required.
# TDC114_AUTH_API_BASE=https://production.example.com
# TDC114_DIRECTORY_API_BASE=https://production.example.com
# TDC114_ORGANIZATION_API_BASE=https://production.example.com