We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc429d commit f9ee9dbCopy full SHA for f9ee9db
src/main/resources/application.yml
@@ -28,8 +28,8 @@ server:
28
29
web:
30
domain:
31
- local: ${TASKFLOW_LOCAL_WEB:127.0.0.1:5173}
32
- service: ${TASKFLOW_SERVICE_WEB:127.0.0.1:5173}
+ local: ${TASKFLOW_LOCAL_WEB:127.0.0.1:3O00}
+ service: ${TASKFLOW_SERVICE_WEB:127.0.0.1:3000}
33
#logging:
34
# level:
35
# root: INFO
@@ -56,4 +56,4 @@ logging:
56
spring.config.activate.on-profile: prod
57
logging:
58
level:
59
- root: INFO
+ root: INFO
0 commit comments