Skip to content

Commit f9d8288

Browse files
committed
[fit] 修改example8中的nacos地址为本地地址
1 parent a889ff7 commit f9d8288

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/fit-example/08-nacos-complicated-apps/app-assistant/src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
application:
22
name: 'assistant'
3-
nacos:
4-
serverAddr: 192.168.123.81:8848
3+
54
worker:
65
id: 'assistant'
76
host: '127.0.0.1'
87
environment: 'local'
98
environment-sequence: 'local'
109

10+
nacos:
11+
serverAddr: 127.0.0.1:8848
1112

1213
server:
1314
http:

examples/fit-example/08-nacos-complicated-apps/app-default-weather/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ worker:
88
environment-sequence: 'local'
99

1010
nacos:
11-
serverAddr: 192.168.123.81:8848
11+
serverAddr: 127.0.0.1:8848
1212

1313
server:
1414
http:

0 commit comments

Comments
 (0)