Skip to content

Commit 3e85a56

Browse files
dragonflydb configurations added
1 parent 9633e70 commit 3e85a56

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

UserManagementApi/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
"ConnectionStrings": {
48
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=UserManagementDB;Trusted_Connection=True;MultipleActiveResultSets=true",

UserManagementApi/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
"ConnectionStrings": {
48
"DefaultConnection": "Server=db,1433;Database=UserManagementDB;User=sa;Password=Bisp@123;MultipleActiveResultSets=true;TrustServerCertificate=True;Encrypt=False;",

0 commit comments

Comments
 (0)