spring: cloud: gateway: routes: - id: manage-app uri: http://localhost:8084 predicates: - Path=/api/** jwt: secret: novalon-novalon-manage-jwt-secret-key-for-development-only-2026 expiration: 86400000 signature: enabled: false resilience: timeout: enabled: true duration: 10s logging: level: org.springframework.cloud.gateway: TRACE org.springframework.web.reactive: TRACE