Skip to content

Commit

Permalink
chore: remove unused redis property
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Sep 24, 2024
1 parent 3092260 commit 170b862
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Infrastructure": {
"Redis": {
"Enabled": false
"ConnectionString": "localhost:6379"
},
"DialogDbConnectionString": "TODO: Add to local secrets",
"Maskinporten": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Infrastructure": {
"Redis": {
"Enabled": false
"ConnectionString": "TODO: Add to local secrets"
},
"DialogDbConnectionString": "TODO: Add to local secrets",
"Maskinporten": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Infrastructure": {
"Redis": {
"Enabled": false
"ConnectionString": "TODO: Add to local secrets"
},
"DialogDbConnectionString": "TODO: Add to local secrets",
"Maskinporten": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Infrastructure": {
"Redis": {
"Enabled": false
"ConnectionString": "TODO: Add to local secrets"
},
"DialogDbConnectionString": "TODO: Add to local secrets",
"Maskinporten": {
Expand Down

0 comments on commit 170b862

Please sign in to comment.