Skip to content

Commit 1ef6471

Browse files
redis enpoint info added
1 parent 5598b4b commit 1ef6471

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ApiIntegrationMvc/appsettings.Development.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"Redis": {
3+
"Endpoint": "localhost:6379",
4+
"Password": "Bisp@123"
5+
},
26
"JAEGER_HOST": "localhost",
37
"UserManagement": {
48
"BaseAddress": "https://localhost:7093/",

ApiIntegrationMvc/appsettings.Production.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"Redis": {
3+
"Endpoint": "dragonfly:6379",
4+
"Password": "Bisp@123"
5+
},
26
"JAEGER_HOST": "jaeger",
37
"UserManagement": {
48
"BaseAddress": "http://userapi:8080/",

0 commit comments

Comments
 (0)