mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
add: revised phone nubmer input UI
This commit is contained in:
@@ -24,3 +24,10 @@ VITE_APP_URL=https://api.yourdomain.com
|
||||
# Client ID is the public key — safe to expose in the browser bundle.
|
||||
# developer.paypal.com → My Apps & Credentials → Live tab → Client ID
|
||||
VITE_PAYPAL_CLIENT_ID=CHANGE_ME
|
||||
|
||||
# ── Country detection (phone input) ────────────────────────────────────────────
|
||||
# IP → country lookup used to pre-select the phone input's dialing code.
|
||||
# Defaults to the free hosted instance; self-host for production via
|
||||
# https://github.com/lineofflight/country (Docker, needs a free MaxMind
|
||||
# license key) and point this at your own instance instead.
|
||||
VITE_COUNTRY_API_URL=https://api.country.is
|
||||
|
||||
Reference in New Issue
Block a user