Skip to content

Commit

Permalink
Merge pull request #22 from moheladwy/AddFirstPageInClient
Browse files Browse the repository at this point in the history
update redis connection string
  • Loading branch information
moheladwy authored Jan 2, 2025
2 parents 16290ba + 40d1a4c commit 3609f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Todo.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ConnectionStrings": {
"SqliteConnection": "Data Source=Database/todo.db",
"SqlServerConnection": "Server=sql.bsite.net\\MSSQL2016;Database=aladawy_todo_fullstack;User Id=aladawy_todo_fullstack;Password=Al-Adawy@123;trustServerCertificate=true;",
"RedisConnection": "https://redis.todo.aladawy.duckdns.org"
"RedisConnection": "todo-redis-cache:6379"
},
"Logging": {
"LogLevel": {
Expand Down

0 comments on commit 3609f8f

Please sign in to comment.