service.yaml 537 B

12345678910111213141516171819
  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. logging:
  14. gelf-url: 127.0.0.1
  15. gelf-port: 12201
  16. healthcheck:
  17. period: 30