-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39d31d5
commit 2422b2b
Showing
6 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
loki-redis-test/src/main/resources/application-sentinel.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
spring: | ||
data: | ||
redis: | ||
sentinel: | ||
master: mymaster | ||
nodes: | ||
- 127.0.0.1:26380 | ||
- 127.0.0.1:26379 | ||
- 127.0.0.1:26381 | ||
password: 123456 | ||
password: 123456 | ||
database: 12 | ||
|
||
loki: | ||
global-config: | ||
mq-config: | ||
mq-type: redis | ||
address: mymaster,127.0.0.1:26380,127.0.0.1:26379,127.0.0.1:26381 | ||
auth: true | ||
password: 123456 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
spring: | ||
data: | ||
redis: | ||
host: 127.0.0.1 | ||
#password: 123456 | ||
database: 12 | ||
|
||
loki: | ||
global-config: | ||
mq-config: | ||
mq-type: redis | ||
address: 127.0.0.1:6379 | ||
auth: false | ||
password: 123456 | ||
redis-history-delay-message-send: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters