.env 744 Bytes
Newer Older
张烨's avatar
张烨 committed
1
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
程恺文's avatar
程恺文 committed
2
PROXY=/PandaGIS:http://192.168.10.167:8072;/PandaWorkFlow:http://192.168.10.167:8072;/PandaCore:http://192.168.10.167:8072;/Cityinterface:http://192.168.10.167:8072;/PandaOMS:http://192.168.10.167:8072;/Publish:http://192.168.10.167:8072;/Web4:http://192.168.10.167:8072;/CityTemp:http://192.168.10.167:8072
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.154
张烨's avatar
张烨 committed
9 10

# 本地应用启动的端口
程恺文's avatar
程恺文 committed
11
 PORT = 3001