Skip to content

Commit

Permalink
Update appsettings.Development.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akazad13 committed Jan 23, 2025
1 parent e15dbfe commit c0054c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Shopizy.Api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"JwtSettings": {
"Secret": "",
"Issuer": "",
"Audience": ""
"Audience": "",
"TokenExpirationMinutes": 0
},
"CloudinarySettings": {
"CloudName": "",
Expand All @@ -23,5 +24,9 @@
"SecretKey": "",
"PublishableKey": "",
"WebhookSecret": ""
},
"RedisCacheSettings": {
"ConnectionString": "",
"Password": ""
}
}

0 comments on commit c0054c4

Please sign in to comment.