GatewayPropertiesEnvironmentVariables interface
Spring Cloud 閘道的環境變數
屬性
properties | 非敏感性屬性 |
secrets | 敏感性屬性 |
屬性詳細資料
properties
非敏感性屬性
properties?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
secrets
敏感性屬性
secrets?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}