GatewayPropertiesEnvironmentVariables interface
Spring Cloud 网关的环境变量
属性
| properties | 非敏感属性 |
| secrets | 敏感属性 |
属性详细信息
properties
非敏感属性
properties?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
secrets
敏感属性
secrets?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}