service.yaml 780 B

1234567891011121314151617181920212223242526272829303132
  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://127.0.0.1:8080
  7. # this is the registry URL from inside
  8. registryURL: http://127.0.0.1:8500
  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: /tmp/storage/config/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: 127.0.0.1
  19. gelf-port: 12201
  20. healthcheck:
  21. period: 30
  22. mongodb:
  23. host: 127.0.0.1
  24. port: 27017
  25. username:
  26. password:
  27. authdb: schematics
  28. database: schematics