GatewayPropertiesEnvironmentVariables interface
Spring Cloud Gateway의 환경 변수
속성
properties | 민감하지 않은 속성 |
secrets | 중요한 속성 |
속성 세부 정보
properties
민감하지 않은 속성
properties?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}
secrets
중요한 속성
secrets?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}