serviceLocal.yaml 617 B

123456789101112131415161718192021222324252627
  1. # port of the http server
  2. port: 9080
  3. # port of the https server
  4. sslport: 9443
  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. logging:
  14. gelf-url:
  15. gelf-port:
  16. healthcheck:
  17. period: 30
  18. mongodb:
  19. host: 127.0.0.1
  20. port: 27017
  21. username:
  22. password:
  23. authdb: schematics
  24. database: schematics