| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "Serilog": {
- "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Seq" ],
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Warning",
- "Microsoft.EntityFrameworkCore.Database.Command": "Warning"
- }
- },
- "WriteTo": [
- {
- "Name": "Console"
- },
- {
- "Name": "File",
- "Args": { "path": "Logs/log.txt" }
- },
- {
- "Name": "ElmahIo",
- "Args": {
- "apiKey": "04f4d40349904838b2096bfa2aa90a93",
- "logId": "30f3610f-f319-49c4-8507-4348bc92effa"
- }
- }
- ],
- "Enrich": [ "FromLogContext", "WithMachineName", "WtihThreadId", "WithExceptionDetails" ]
- },
- "ConnectionStrings": {
- "WebApi": "Server=192.168.88.175,1433;Initial catalog=HRCenter;User id=sa;Password=Diligent123!"
- },
- "Authorization": {
- "JwtExpiredTime": "5",
- "JwtRefreshExpiredTime": "30",
- "Secret": "SECRET_ASKGFH#$_#((Y)#I%EWJGDSJTGKEOS@$SAF",
- "GoogleClientId": "734219382849-nvnulsu7ibfl4bk3n164bgb7c1h5dgca.apps.googleusercontent.com"
- },
- "Mail": {
- "SmtpServer": "smtp.mailtrap.io",
- "SmtpPort": 2525,
- "SmtpUseSSL": true,
- "SmtpUsername": "179be7a6fd2f50",
- "SmtpPassword": "63cde15de0d5d7",
- "SmtpFrom": "noreply@hrcenter.net",
- "SmtpFromName": "HRCenter Team"
- },
- "FrontEnd": {
- "BaseUrl": "https://test-hr-center.dilig.net"
- }
- }
|