serviceLocal.yaml 653 B

123456789101112131415161718192021222324252627
  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: configs/secret.yaml
  13. logging:
  14. gelf-url: 127.0.0.1
  15. gelf-port: 12201
  16. healthcheck:
  17. period: 30
  18. mongodb:
  19. host: 127.0.0.1
  20. port: 27017
  21. username:
  22. password:
  23. authdb: schematic
  24. database: schematic