sig-ggits-server.yml 183 B

123456789101112131415
  1. spring:
  2. profiles:
  3. active: prod
  4. server:
  5. port: 9871
  6. management:
  7. endpoints:
  8. web:
  9. exposure:
  10. include: health, metrics
  11. application:
  12. ggits-ip: 192.168.24.22