Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-chat-practice
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
cloud-chat-practice
Commits
f661676c
Commit
f661676c
authored
Feb 07, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nacos地址切换
parent
2dca21a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
chat-practice-service/src/main/resources/bootstrap.yml
+1
-1
chat-practice-service/src/test/resources/bootstrap.yml
+1
-1
No files found.
chat-practice-service/src/main/resources/bootstrap.yml
View file @
f661676c
...
@@ -16,7 +16,7 @@ spring:
...
@@ -16,7 +16,7 @@ spring:
namespace
:
${spring.profiles.active}
namespace
:
${spring.profiles.active}
prefix
:
'
${spring.application.name}'
prefix
:
'
${spring.application.name}'
file-extension
:
'
properties'
file-extension
:
'
properties'
server-addr
:
'
10.
23.1.183
:8848'
server-addr
:
'
10.
10.12.97
:8848'
ACTIVE
:
${spring.profiles.active}
ACTIVE
:
${spring.profiles.active}
...
...
chat-practice-service/src/test/resources/bootstrap.yml
View file @
f661676c
...
@@ -17,7 +17,7 @@ spring:
...
@@ -17,7 +17,7 @@ spring:
prefix
:
'
${spring.application.name}'
prefix
:
'
${spring.application.name}'
file-extension
:
'
properties'
file-extension
:
'
properties'
# server-addr: '192.168.1.22:3333,192.168.1.22:4444,192.168.1.22:5555'
# server-addr: '192.168.1.22:3333,192.168.1.22:4444,192.168.1.22:5555'
server-addr
:
'
10.
23.1.183
:8848'
server-addr
:
'
10.
10.12.97
:8848'
ACTIVE
:
${spring.profiles.active}
ACTIVE
:
${spring.profiles.active}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment