add staging ios app build script
This commit is contained in:
5
app-expo/env/development
vendored
Normal file
5
app-expo/env/development
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# 本地开发(npm start / prestart 默认 use-env development)
|
||||
APP_VARIANT=development
|
||||
EXPO_PUBLIC_APP_VARIANT=development
|
||||
EXPO_PUBLIC_API_URL=https://api.b102.org
|
||||
EXPO_PUBLIC_WS_URL=wss://api.b102.org
|
||||
6
app-expo/env/production
vendored
Normal file
6
app-expo/env/production
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# 正式:关于页仅显示版本号;iOS Bundle ID org.brighteng.lifecho
|
||||
# TTS 每轮开关由运行时 WS payload 与服务端 ENABLE_TTS 控制(见 api/.env.example)。
|
||||
APP_VARIANT=production
|
||||
EXPO_PUBLIC_APP_VARIANT=production
|
||||
EXPO_PUBLIC_API_URL=https://lifecho.worldsplats.com
|
||||
EXPO_PUBLIC_WS_URL=wss://lifecho.worldsplats.com
|
||||
5
app-expo/env/staging
vendored
Normal file
5
app-expo/env/staging
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# 预发:关于页显示版本 + 后端地址;iOS Bundle ID org.brighteng.lifecho.staging
|
||||
APP_VARIANT=staging
|
||||
EXPO_PUBLIC_APP_VARIANT=staging
|
||||
EXPO_PUBLIC_API_URL=http://1.15.29.57:8000
|
||||
EXPO_PUBLIC_WS_URL=ws://1.15.29.57:8000
|
||||
Reference in New Issue
Block a user