appsettings.Development.json 672 B

123456789101112131415161718192021
  1. {
  2. "aip": {
  3. "AppName": "AIP Gateway RESTFull Service",
  4. "AppVersion": "1.0.0.0",
  5. "ClientId": "0e225915-3be3-419c-aa04-284d7de5e16b",
  6. "TenantId": "2e58414a-c6ae-43ff-aaf5-45ab8b78a404",
  7. "MipData": "App_Data\\mip_data",
  8. "LoginType": "authLoginCert",
  9. "Domain": "AIP.Gateway",
  10. "EMail": "SeungHo@kangfamily.site",
  11. "SecretValue": "CvW8Q~0iANtLN1Y2EXR_nVyYb_tQTDwjW-Z7Ndg3",
  12. "CertThumbPrint": "C:\\DEV\\SOLUTION\\IIS\\OpenSSL\\mip\\mip_gateway.pfx",
  13. "CertThumbPrintxx": "EFE33B4F85AE0877A16D6B8471FEB7E6B4E2BD8D"
  14. },
  15. "Logging": {
  16. "LogLevel": {
  17. "Default": "Information",
  18. "Microsoft.AspNetCore": "Warning"
  19. }
  20. }
  21. }