Skip to content

Commit f9ee9db

Browse files
authored
Update application.yml
1 parent fcc429d commit f9ee9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ server:
2828

2929
web:
3030
domain:
31-
local: ${TASKFLOW_LOCAL_WEB:127.0.0.1:5173}
32-
service: ${TASKFLOW_SERVICE_WEB:127.0.0.1:5173}
31+
local: ${TASKFLOW_LOCAL_WEB:127.0.0.1:3O00}
32+
service: ${TASKFLOW_SERVICE_WEB:127.0.0.1:3000}
3333
#logging:
3434
# level:
3535
# root: INFO
@@ -56,4 +56,4 @@ logging:
5656
spring.config.activate.on-profile: prod
5757
logging:
5858
level:
59-
root: INFO
59+
root: INFO

0 commit comments

Comments
 (0)