.env 424 Bytes
Newer Older
张烨's avatar
张烨 committed
1
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
2
PROXY=/Cityinterface:http://192.168.10.150:8777;/Publish:http://192.168.10.150:8777;/Web4:http://192.168.10.150:8777;/CityTemp:http://192.168.10.150:8777
张烨's avatar
张烨 committed
3 4 5 6 7

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

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

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