a repository that contains microservices config files, this would contains non sensitive informations, but since it is an excercice only, we keep it simple

api-gateway.yml 235B

123456789101112131415161718
  1. server:
  2. port: 8080
  3. spring:
  4. application:
  5. name: api-gateway
  6. logging:
  7. level:
  8. org.springframework.cloud.gateway: DEBUG
  9. management:
  10. endpoints:
  11. gateway:
  12. enabled: true
  13. web:
  14. exposure:
  15. include: "*"

Powered by TurnKey Linux.