| 1234567891011121314151617181920212223242526 |
- {
- "AllowedHosts": "*",
- "ConnectionStrings": {
-
- "DefaultConnection": "data source=(localdb)\\MSSQLLocalDB; initial catalog=Test;Integrated Security=True"
-
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "EmailSettings": {
- "SmtpServer": "mail.dilig.net",
- "SmtpPort": 465,
- "SmtpUseSSL": true,
- "SmtpUsername": "hr@dilig.net",
- "SmtpPassword": "Dilig@hr#",
- "ClientId": "676494945032-kop4sh94m1ecdeqjclqibp3v1m2bpvd6.apps.googleusercontent.com",
- "ClientSecret": "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",
- "SmtpFrom": "hr@dilig.net",
- "SmtpFromName": "Diligent"
- }
- }
|