You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-gateway/src/main/resources/application-dev.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
1
gateway:
2
2
backend:
3
3
url: http://localhost:5800
4
+
backend-cosv:
5
+
url: http://localhost:5700
4
6
frontend:
5
7
# In the "dev" environment, the front-end uses TCP port 8080 when run using `webpack-dev-server` (i.e. `browserDevelopmentRun` or `run` Gradle task).
6
8
url: http://localhost:8080
9
+
frontend-cosv:
10
+
# In the "dev" environment, the frontend-cosv uses TCP port 8081 when run using `webpack-dev-server` (i.e. `browserDevelopmentRun` or `run` Gradle task).
11
+
url: http://localhost:8081
7
12
demo:
8
13
url: http://localhost:5421
9
14
demo-cpg:
10
15
url: http://localhost:5500
16
+
# for local test add additional lines in hosts file in your OS
17
+
# then you can access application using <domain>:5300
0 commit comments