serviceLocal.yaml 773 B

123456789101112131415161718192021222324252627282930
  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: autorest-srv
  11. #sercret file for storing usernames and passwords
  12. secretfile: configs/secret.yaml
  13. #where the configuration of the backends are
  14. backendpath: configs/backends
  15. #allow data saving without a registered backend
  16. allowAnonymousBackend: true
  17. logging:
  18. gelf-url:
  19. gelf-port:
  20. healthcheck:
  21. period: 30
  22. mongodb:
  23. host: 127.0.0.1
  24. port: 27017
  25. username:
  26. password:
  27. authdb: backend1
  28. database: backend1