diff --git a/MP.Prog/appsettings.Development.json b/MP.Prog/appsettings.Development.json index 51737579..b3efb2c6 100644 --- a/MP.Prog/appsettings.Development.json +++ b/MP.Prog/appsettings.Development.json @@ -1,10 +1,11 @@ { - "DetailedErrors": true, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ZCodeUrl": "http://10.74.82.218/zcode/" +} \ No newline at end of file diff --git a/MP.Prog/appsettings.Development.json.bak b/MP.Prog/appsettings.Development.json.bak new file mode 100644 index 00000000..51737579 --- /dev/null +++ b/MP.Prog/appsettings.Development.json.bak @@ -0,0 +1,10 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} diff --git a/MP.Prog/appsettings.json b/MP.Prog/appsettings.json index d9d9a9bf..0710cf0a 100644 --- a/MP.Prog/appsettings.json +++ b/MP.Prog/appsettings.json @@ -1,10 +1,51 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + //"LogLevel": { + // "Default": "Debug", + // "System": "Information", + // "Microsoft": "Information", + // "Microsoft.AspNetCore.SignalR": "Debug", + // "Microsoft.AspNetCore.Http.Connections": "Debug" + //} + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "Redis": "localhost:6379", + //"AuthConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;", + //"DefaultConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;", + //"AdminConnection": "Server=10.74.83.97;port=3306;database=GWMS;user=root;pwd=Egalware_24068!;sslmode=None;", + //"GWMS.Data": "Server=10.74.83.97;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;" + "AuthConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;", + "DefaultConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;", + "AdminConnection": "Server=localhost;port=3306;database=GWMS;user=root;pwd=Egalware_24068!;sslmode=None;", + "GWMS.Data": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;" + }, + "DbConfig": { + //"Server": "10.74.83.97", + "Server": "localhost", + "nKey": "PZZFRR", + "sKey": "M3T@n0" + }, + "IntervalMin": 60, + "MaxLogRecord": 360, + "ZCodeUrl": "https://qrcode.steamware.net/", + "ChartWaitDelay": 10, + "logo": "img/LogoPizzaferri.jpg", + "ExternalProviders": { + "MailKit": { + "SMTP": { + "Address": "smtp.gmail.com", + "Port": "465", + "Account": "steamwarebot@gmail.com", + "Password": "drmfsls16", + "SenderEmail": "steamwarebot@gmail.com", + "SenderName": "Steamware Email BOT" + } + } } - }, - "AllowedHosts": "*" -} +} \ No newline at end of file diff --git a/MP.Prog/appsettings.json.bak b/MP.Prog/appsettings.json.bak new file mode 100644 index 00000000..d9d9a9bf --- /dev/null +++ b/MP.Prog/appsettings.json.bak @@ -0,0 +1,10 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} diff --git a/MP.Prog/bundleconfig.json b/MP.Prog/bundleconfig.json new file mode 100644 index 00000000..4a06189c --- /dev/null +++ b/MP.Prog/bundleconfig.json @@ -0,0 +1,8 @@ +[ + { + "outputFileName": "wwwroot/bootstrap/css/bootstrap.min.css", + "inputFiles": [ + "wwwroot/bootstrap/css/bootstrap.css" + ] + } +] diff --git a/MP.Prog/compilerconfig.json b/MP.Prog/compilerconfig.json new file mode 100644 index 00000000..4d2d12c3 --- /dev/null +++ b/MP.Prog/compilerconfig.json @@ -0,0 +1,10 @@ +[ + { + "outputFile": "wwwroot/css/font.css", + "inputFile": "wwwroot/css/font.less" + }, + { + "outputFile": "wwwroot/css/site.css", + "inputFile": "wwwroot/css/site.less" + } +] \ No newline at end of file