diff --git a/API/appsettings.sample.json b/API/appsettings.sample.json new file mode 100644 index 0000000..43e398c --- /dev/null +++ b/API/appsettings.sample.json @@ -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" +}