Skip to content

Commit

Permalink
perf($Docker): update back-end server IP
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Feb 12, 2020
1 parent f626ffa commit 96ab126
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VUE_APP_RUN_ON_DOCKER = 'false'
VUE_APP_BASE_URL = 'http://localhost:8080'
# Base api
VUE_APP_BASE_API = '/exrx-net-crawler-server-dev_loc'
# Resource base api for picture, video ect.
# Resource base api for pictures, videos ect.
VUE_APP_RESOURCE_BASE_API = 'http://localhost:8080/exrx-net-crawler-server-dev_loc'

VUE_APP_EXRX_NET_BASE_URL = 'http://exrx.net'
Expand Down
2 changes: 1 addition & 1 deletion .env.development_docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ VUE_APP_RUN_ON_DOCKER = 'true'
VUE_APP_BASE_URL = ''
# Base api
VUE_APP_BASE_API = 'http://localhost:8081/jm-spring-boot-template-dev_dkr'
# Resource base api for picture, video ect.
# Resource base api for pictures, videos ect.
VUE_APP_RESOURCE_BASE_API = 'http://localhost:8081/jm-spring-boot-template-dev_dkr'
6 changes: 3 additions & 3 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VUE_APP_RUN_ON_DOCKER = 'true'
# Left blank if the environment is not development.
VUE_APP_BASE_URL = ''
# Base api
VUE_APP_BASE_API = 'http://172.11.239.12:8080/exrx-net-crawler-server-prod'
# Resource base api for picture, video ect.
VUE_APP_RESOURCE_BASE_API = 'http://172.11.239.12:8080/exrx-net-crawler-server-prod'
VUE_APP_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'
# Resource base api for pictures, videos ect.
VUE_APP_RESOURCE_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'
6 changes: 3 additions & 3 deletions .env.stage
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VUE_APP_RUN_ON_DOCKER = 'true'
# Left blank if the environment is not development.
VUE_APP_BASE_URL = ''
# Base api
VUE_APP_BASE_API = 'http://localhost/jm-spring-boot-template-stage'
# Resource base api for picture, video ect.
VUE_APP_RESOURCE_BASE_API = 'http://localhost/jm-spring-boot-template-stage'
VUE_APP_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'
# Resource base api for pictures, videos ect.
VUE_APP_RESOURCE_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'
6 changes: 3 additions & 3 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VUE_APP_RUN_ON_DOCKER = 'true'
# Left blank if the environment is not development.
VUE_APP_BASE_URL = ''
# Base api
VUE_APP_BASE_API = 'http://localhost/jm-spring-boot-template-test'
# Resource base api for picture, video ect.
VUE_APP_RESOURCE_BASE_API = 'http://localhost/jm-spring-boot-template-test'
VUE_APP_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'
# Resource base api for pictures, videos ect.
VUE_APP_RESOURCE_BASE_API = 'http://172.11.239.4:8080/exrx-net-crawler-server-stage'

0 comments on commit 96ab126

Please sign in to comment.