12 lines
265 B
Bash
12 lines
265 B
Bash
BASE_API='http://127.0.0.1:25565'
|
|
NODE_ENV='development'
|
|
|
|
# 远程服务
|
|
REMOTE_PORT=3000
|
|
REMOTE_API='/api/v1/'
|
|
# 线上接口地址
|
|
REMOTE_API_URL='http://api.frame.sass.hiluker.cn'
|
|
# 开发接口地址
|
|
# REMOTE_API_URL='http://127.0.0.1:8989'
|
|
REMOTE_SERVER=false
|