| 12345678910111213141516171819202122 |
- {
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnection": "User ID=postgres;Password=admin;Host=localhost;Port=5432;Database=screening_db;"
- },
- "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#",
- "SmtpFrom": "hr@dilig.net",
- "SmtpFromName": "Diligent"
- }
- }
|