123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "port": 7000,
- "aip": {
- "AppName": "AIP Gateway RESTFull Service",
- "AppVersion": "1.0.0.0",
- "ClientId": "0e225915-3be3-419c-aa04-284d7de5e16b",
- "TenantId": "2e58414a-c6ae-43ff-aaf5-45ab8b78a404",
- "MipData": "App_Data\\mip_data",
- "LoginType": "authLoginCert",
- "Domain": "AIP.Gateway",
- "EMail": "SeungHo@kangfamily.site",
- "SecretValue": "CvW8Q~0iANtLN1Y2EXR_nVyYb_tQTDwjW-Z7Ndg3",
- "CertThumbPrint": "C:\\DEV\\SOLUTION\\IIS\\OpenSSL\\mip\\mip_gateway.pfx",
- "CertThumbPrintxx": "EFE33B4F85AE0877A16D6B8471FEB7E6B4E2BD8D"
- },
- "ConnectionStrings": {
- "DefaultConnection": "Server=115.91.94.42,11433;Uid=aipuser;Pwd=aipuser;Database=aipdb;MultipleActiveResultSets=true;TrustServerCertificate=True;"
- },
- "Serilog": {
- "Using": [],
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "System": "Warning"
- }
- },
- "WriteTo": [
- {
- "Name": "Console"
- },
- {
- "Name": "File",
- "Args": {
- "path": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Service\\bin\\publish\\Log\\log.txt",
- "outputTemplate": "{Timestamp} {Message}{NewLine:1}{Exception:1}"
- }
- },
- {
- "Name": "File",
- "Args": {
- "path": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Service\\bin\\publish\\Log\\log.json",
- "formatter": "Serilog.Formatting.Json.JsonFormatter, Serilog"
- }
- },
- {
- "Name": "MSSqlServer",
- "Args": {
- "connectionString": "<ConnectionStringHere>",
- "sinkOptionsSection": {
- "tableName": "Logs",
- "schemaName": "EventLogging",
- "autoCreateSqlTable": true
- },
- "restrictedToMinimumLevel": "Warning"
- }
- }
- ],
- "Enrich": [
- "FromLogContext",
- "WithMachineName",
- "WithProcessId",
- "WithThreadId"
- ],
- "Properties": {
- "ApplicationName": "Serilog.WebApplication"
- }
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "System": "Information",
- "Microsoft": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|