.env 303 Bytes
Newer Older
张烨's avatar
张烨 committed
1
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
2
PROXY = http://localhost:8005/
张烨's avatar
张烨 committed
3 4 5 6 7

# 可设置第二个代理,test为转发前缀,后面为代理转发的地址
# PROXY2 = test : http://localhost:8006/

# 本地应用启动的host域名
8
HOST = localhost
张烨's avatar
张烨 committed
9 10

# 本地应用启动的端口
11
PORT = 3001