| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "Serilog": {
- "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Seq", "Serilog.Sinks.Elmahio" ],
- "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.105;Database=DocumentOrganizer;User Id=hrcentar;Password=administrator#2021;"
- },
- "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"
- },
- "BlobConnectionString": "DefaultEndpointsProtocol=https;AccountName=brrbc49;AccountKey=P34mX1kJZcYOeDXpOC7EqbpTnu3Y2NYay3UV9iYMk7HkRTe1Wu/MsXVfuBheDbHid6+TOWAiw5qk+AStJw9Eww==;EndpointSuffix=core.windows.net",
- "BlobContainerName": "hrcenter",
- "FrontEnd": {
- "BaseUrl": "https://test-hr-center.dilig.net"
- },
- "ScreeningTest": {
- "Url": "https://localhost:44349/api/v1/",
- "Email": "hrcenter@dilig.net",
- "Password": "MYRandomPass135!",
- "link": "https://localhost:44336/Intern/ToS?id={0}"
- }
- }
|