appsettings.Development.json 971 B

123456789101112131415161718192021222324252627282930
  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. "SwaggerSettings": {
  16. "Title": "Azure Information Protection RESTFull API Service Gateway",
  17. "Version": "v1",
  18. "SecurityDefinitionType": "JWT",
  19. "Description": "Add valid JWT token",
  20. "SecurityDefinitionName": "Authorization",
  21. "BearerFormat": "JWT",
  22. "Scheme": "Bearer"
  23. },
  24. "Logging": {
  25. "LogLevel": {
  26. "Default": "Information",
  27. "Microsoft.AspNetCore": "Warning"
  28. }
  29. }
  30. }