{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "Database": { "UseDb": "sqlserver", "FAuthDbSqlServer": "Server=.\\SQLSERVER2008R2;Database=FAuth;User ID=sa;Password=111", "FAuthDbMySql": "server=localhost;user id=root;password=root;persistsecurityinfo=True;database=FAuth;SslMode=none" }, "Redis": { "InstanceName": "", "Configuration": "127.0.0.1:7001,password=123654" }, "UserTicketDecryptorOption": { "Key": "abcd" }, "urls": "http://*:9000,https://*:9001" }