-
Notifications
You must be signed in to change notification settings - Fork 18
9.5 Environment Variables
Rathna edited this page Oct 7, 2024
·
2 revisions
Environment variables used by APIM CLI
Environment Variable Name | Description | Possible values |
---|---|---|
retain.backend.url | Store WSDL URL as backendBasepath to api-config.json instead of writing WSDL to file system. The backendBashpath ssed to import WSDL to API manger | true or false. Default value false |
print_console | api-config.json data will printed on console instead of writing to file system including certificates, images and specification ( certficates, images and specifcation resprsented as base64 encoded data | true or false. Default value false |
check_catalog | Check API manager catalog to ensure API catalog is updated before removing old API | true or false. Default value false |
log_level | Change Log4j log level for APIM CLI | info, debug, error or fatal. Default value info |
override_certificates | Remove the certificates pulled from backend and use the certificates from CLI configuration | true or false. Default value fale. |