iPackage/NugetTest.AspCore/appsettings.json

38 lines
1.1 KiB
JSON

{
"ConnectionStrings": {
"LocalConnection": "Server=.;Database=NugetTest;Trusted_Connection=true;",
"MySqlConnection": "Server=localhost;Port=3306;Database=myDataBase;Uid=root;",
"ServerConnection": "server=.\\MSSQLSERVER2016;database=persia20_driv;uid=amirm;pwd=Amdemon@1377"
},
"SiteSettings": {
"BaseUrl": "http://localhost/TelegramBotCore",
"Published": false,
"CrushBot": "1181122751:AAFh2FjdIcv57GAKfrzrWBbuQwQyEPkbis4",
"UnknownBot": "406964183:AAHUJvqN5EdFXvNv8zRjqpLiVzvbpoX3-dY",
"GetProfilePicture": null,
"UserSetting": {
"Username": "Root",
"Email": "Admin@gmail.com",
"Password": "root1234",
"Phone": "09211111111",
"RoleName": "RootAdmin",
"FirstName": "مدیر",
"LastName": "سیستم"
},
"JwtSettings": {
"SecretKey": "GodProtectedKeyCrushBot",
"Issuer": "mywebsite",
"Audience": "mywebsite",
"ExpireAddDay": "15"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}