| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "Serilog": {
- "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Seq" ],
- "MinimumLevel": {
- "Default": "Debug",
- "Override": {
- "Microsoft": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "WriteTo": [
- {
- "Name": "Console"
- },
- {
- "Name": "File",
- "Args": { "path": "Logs/log.txt" }
- },
- {
- "Name": "Seq",
- "Args": { "ServerUrl": "http://localhost:5341" }
- }
- ],
- "Enrich": [ "FromLogContext", "WithMachineName", "WtihThreadId", "WithExceptionDetails" ]
- },
- "ConnectionStrings": {
- //"WebApi": "Server=192.168.88.105;Database=DocumentOrganizer;User Id=hrcentar;Password=administrator#2021;"
- "WebApi": "Server=.;Database=DocumentOrganizer;Trusted_Connection=True;MultipleActiveResultSets=true"
- },
- "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": "http://localhost:3000",
- },
- "ScreeningTest": {
- "Url": "https://localhost:44349/api/v1/",
- "Email": "hrcenter@dilig.net",
- "Password": "MYRandomPass135!",
- "link": "https://localhost:44336/Intern/ToS?id={0}"
- }
- }
|