serviceLocal.yaml 728 B

12345678910111213141516171819202122232425262728293031
  1. # port of the http server
  2. port: 9080
  3. # port of the https server
  4. sslport: 0
  5. # this is the servicURL from outside
  6. serviceURL: http://127.0.0.1:9080
  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: easy1
  11. #sercret file for storing usernames and passwords
  12. secretfile: configs/secret.yaml
  13. backup:
  14. path: e:/temp/backup/schematics/new
  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.12
  24. port: 37017
  25. username:
  26. password:
  27. authdb: schematics
  28. database: schematics