Skip to content

Commit

Permalink
Merge pull request #49 from Alper-Soy/develop
Browse files Browse the repository at this point in the history
Prod - 11/22/2024 - 1
  • Loading branch information
Alper-Soy authored Nov 22, 2024
2 parents cfaa0c4 + 49947ff commit d8cc834
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions API/appsettings.sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Cloudinary": {
"CloudName": "your-cloud-name",
"ApiKey": "your-api-key",
"ApiSecret": "your-api-secret"
},
"ConnectionStrings": {
"DefaultConnection": "your-database-connection-string"
},
"TokenKey": "your-token-key"
}

0 comments on commit d8cc834

Please sign in to comment.