Merge remote-tracking branch 'origin/react-app'
This commit is contained in:
7
react-app/.env.example
Normal file
7
react-app/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 本地开发时配置 API 地址(复制为 .env 后修改)
|
||||
# 物理机/模拟器访问本机:使用内网 IP
|
||||
EXPO_PUBLIC_API_URL=http://192.168.x.x:8000
|
||||
EXPO_PUBLIC_WS_URL=ws://192.168.x.x:8000
|
||||
|
||||
# iOS 模拟器访问本机可用:
|
||||
# EXPO_PUBLIC_API_URL=http://localhost:8000
|
||||
Reference in New Issue
Block a user