| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "ConnectionStrings": {
- //"Default": "Server=.\\SQLEXPRESS; Database=VberAdminDb; Trusted_Connection=True;",
- "Default": "Server=47.112.30.247; Database=VberAdminDb_Test; User Id=sa;Password=Iwb2017"
- },
- "App": {
- "WebSiteRootAddress": "http://localhost:5000",
- "RedirectAllowedExternalWebSites": ""
- },
- "AuthSession": {
- "ExpireTimeInDays": 14,
- "SlidingExpirationEnabled": "true",
- "ExpireTimeInMinutes": 60
- },
- "Authentication": {
- "JwtBearer": {
- "IsEnabled": "true",
- "SecurityKey": "VberAdmin_C421AAEE0D114E9C",
- "Issuer": "VberAdmin",
- "Audience": "VberAdmin"
- }
- },
- "Auditing": {
- "AppAssembly": "VberAdmin.Application.dll",
- "WebAssembly": "VberAdmin.Web.Mvc.dll"
- },
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
- }
- },
- "RecordId": {
- "Prefix": "VB",
- "TimerInterval": 1,
- "Path": "Resources/"
- },
- "AssemblyInfo": {
- "Web": "VberAdmin.Web.Mvc",
- "Core": "VberAdmin.Core",
- "Application": "VberAdmin.Application"
- }
- }
|