-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support the config of "spring-redis"
- Loading branch information
rchen9
committed
Jun 12, 2024
1 parent
e096598
commit a028ee9
Showing
5 changed files
with
62 additions
and
18 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
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 |
---|---|---|
|
@@ -5,14 +5,17 @@ logging: | |
arex: | ||
api: | ||
service: | ||
api: http://10.144.62.53:8090 | ||
api: http://10.118.1.217:18090 | ||
mongo: | ||
uri: mongodb://arex:[email protected]:27017/arex_storage_db | ||
redis: | ||
uri: redis://10.144.62.53:6379 | ||
uri: mongodb://arex:[email protected]:37017/arex_storage_db | ||
storage: | ||
service: | ||
api: http://10.144.62.53:8093 | ||
api: http://10.118.1.217:18093 | ||
schedule: | ||
service: | ||
api: http://10.144.62.53:8092 | ||
api: http://10.118.1.217:18092 | ||
|
||
spring: | ||
redis: | ||
host: 10.118.1.217 | ||
port: 16379 |
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