This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
travel-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
1、域名修改
2、端口修改
master
Augcl
7 months ago
parent
889f38a384
commit
866f3cb033
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
admin-hanhai-vue/.env.development
+1
-1
admin-hanhai-vue/.env.production
+1
-1
jeecg-boot-module-system/src/main/resources/application-dev.yml
+ 1
- 1
admin-hanhai-vue/.env.development
View File
@ -1,5 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://
localhost:8000
/travel-api/
VUE_APP_API_BASE_URL=http://
traveladmin.augcl.com
/travel-api/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
+ 1
- 1
admin-hanhai-vue/.env.production
View File
@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://
localhost:8000
/travel-api/
VUE_APP_API_BASE_URL=http://
traveladmin.augcl.com
/travel-api/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
+ 1
- 1
jeecg-boot-module-system/src/main/resources/application-dev.yml
View File
@ -1,5 +1,5 @@
server:
port
:
800
0
port
:
800
1
tomcat:
max-swallow-size
:
-
1
error:
Write
Preview
Loading…
Cancel
Save