service_home.yaml 883 B

123456789101112131415161718192021222324252627282930313233343536
  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: https://127.0.0.1:9443
  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. webRoot: ../autorestui/dist
  18. logging:
  19. gelf-url:
  20. gelf-port:
  21. healthcheck:
  22. period: 30
  23. backgroundtasks:
  24. period: 86400
  25. deleteOrphanedFiles: true
  26. mongodb:
  27. host: 192.168.178.14
  28. port: 27017
  29. username:
  30. password:
  31. authdb: backend1
  32. database: backend1