sig-ggits-server.yml 204 B

12345678910111213141516
  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. binding-port: 8900
  13. ggits-ip: 192.168.24.22