mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 10:54:12 +02:00
create appsettings
This commit is contained in:
15
appsettings.json
Normal file
15
appsettings.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user