Skip to content

Commit 6af387c

Browse files
authored
Merge pull request #122 from team-gogo/develop
v2025.4.1.3
2 parents dc35c82 + 9f156f9 commit 6af387c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/application.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ spring:
1818
activate:
1919
on-profile: stage
2020
import: "optional:configserver:http://host.docker.internal:8888/"
21+
22+
---
23+
24+
spring:
25+
application:
26+
name: stage-service
27+
config:
28+
activate:
29+
on-profile: prod
30+
import: "optional:configserver:http://10.0.143.204:8888/"

0 commit comments

Comments
 (0)