GatewayPropertiesEnvironmentVariables interface
Environment variables of Spring Cloud Gateway
Properties
properties | Non-sensitive properties |
secrets | Sensitive properties |
Property Details
properties
Non-sensitive properties
properties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
secrets
Sensitive properties
secrets?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}