14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
# 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config
|
|
# TARO_APP_ID="开发环境下的小程序appid"
|
|
|
|
|
|
TARO_APP_API = 'https://game.wanzhuanyongcheng.cn/dice'
|
|
|
|
TARO_APP_WS = 'wss://game.wanzhuanyongcheng.cn/dice/home'
|
|
|
|
TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game'
|
|
|
|
TARO_APP_BALLOON_WS = 'wss://balloon.wanzhuanyongcheng.cn/balloon/home'
|
|
|
|
TARO_APP_BALLOON_API = 'https://balloon.wanzhuanyongcheng.cn/balloon'
|