端口配置

master
zhc077 1 year ago
parent 969b90de07
commit 432206d1e9
  1. 2
      ant-design-vue-jeecg/.env.development
  2. 2
      ant-design-vue-jeecg/.env.production
  3. 2
      jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
  4. 2
      jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml

@ -1,4 +1,4 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot
VUE_APP_API_BASE_URL=http://localhost:18081/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://localhost:8012

@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://10.100.200.177:8081/jeecg-boot
VUE_APP_API_BASE_URL=http://10.100.200.177:18081/jeecg-boot
VUE_APP_CAS_BASE_URL=http://10.100.200.177/cas
VUE_APP_ONLINE_BASE_URL=http://10.100.200.177:8012

@ -1,5 +1,5 @@
server:
port: 8081
port: 18081
max-http-header-size: 65546
tomcat:
max-swallow-size: -1

@ -1,5 +1,5 @@
server:
port: 8081
port: 18081
max-http-header-size: 65546
tomcat:
max-swallow-size: -1

Loading…
Cancel
Save