create appsettings

This commit is contained in:
Дмитрий Шиманский
2023-12-19 16:28:20 +03:00
parent 3743e3f1af
commit f8ff067789

15
appsettings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"connectionOnServer": "Host=185.104.112.180;Username=yaflay;Password=hQgtruasSS;Database=Blog",
"applicationId": "1115013432710799440",
"appToken": "lol",
"clientId": "1115013432710799440",
"clientSecret": "n-HsYyBPBTM0O3bQ7tFXPsmIas8F8TY9",
"redirectUrl": "http://localhost/code"
}