.env 822 Bytes
Newer Older
张烨's avatar
张烨 committed
1
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
皮倩雯's avatar
皮倩雯 committed
2
PROXY=/PandaGIS:http://192.168.12.178:8083;/PandaView:http://192.168.12.178:8083;/PandaMonitor:http://192.168.12.178:8083;/PandaWorkFlow:http://192.168.12.178:8083;/PandaCore:http://192.168.12.178:8083;/Cityinterface:http://192.168.12.178:8083;/PandaOMS:http://192.168.12.178:8083;/Publish:http://192.168.12.178:8083;/Web4:http://192.168.12.178:8083;/CityTemp:http://192.168.12.178:8083
shaoan123's avatar
shaoan123 committed
3
#  PROXY=/Cityinterface:http://192.168.12.121:8082;/PandaOMS:http://192.168.12.121:8082;/Web4:http://192.168.12.121:8082;/CityTemp:http://192.168.12.121:8082
张烨's avatar
张烨 committed
4 5
# 可设置第二个代理,test为转发前缀,后面为代理转发的地址
# PROXY2 = test : http://localhost:8006/
程恺文's avatar
程恺文 committed
6

张烨's avatar
张烨 committed
7
# 本地应用启动的host域名
皮倩雯's avatar
皮倩雯 committed
8
HOST = 192.168.12.78
张烨's avatar
张烨 committed
9 10

# 本地应用启动的端口
皮倩雯's avatar
皮倩雯 committed
11 12
PORT = 3002