service.yaml 713 B

12345678910111213141516171819202122232425262728293031
  1. # port of the http server
  2. port: 8080
  3. # port of the https server
  4. sslport: 8443
  5. # this is the servicURL from outside
  6. serviceURL: http://192.168.178.14:8443
  7. # this is the registry URL from inside
  8. registryURL:
  9. # this is the system id of this service. services in a cluster mode should have the same system id.
  10. systemID: mcs1
  11. #sercret file for storing usernames and passwords
  12. secretfile: /config/secret.yaml
  13. backup:
  14. path: /backup
  15. #\\OMV/backup/schematic/new
  16. period: "@every 24h"
  17. logging:
  18. gelf-url:
  19. gelf-port:
  20. healthcheck:
  21. period: 30
  22. mongodb:
  23. host: 192.168.178.14
  24. port: 27017
  25. username:
  26. password:
  27. authdb: schematics
  28. database: schematics