.env 657 Bytes
Newer Older
张烨's avatar
张烨 committed
1
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
2
PROXY=/PandaGIS:http://192.168.12.78:8018;/Cityinterface:http://192.168.12.78:8018;/PandaOMS:http://192.168.12.78:8018;/Publish:http://192.168.12.78:8018;/Web4:http://192.168.12.78:8018;/CityTemp:http://192.168.12.78:8018
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 6 7
# 可设置第二个代理,test为转发前缀,后面为代理转发的地址
# PROXY2 = test : http://localhost:8006/

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

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