config.toml 861 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # NOTE: Do not include leading or trailing slashes in the
  2. # subdirectory.
  3. subdirectory = ""
  4. host = "localhost"
  5. port = 6544
  6. scheme = "http"
  7. session_factory = "todo_add_a_secret"
  8. single_app_mode = false
  9. branding = "MED Enterprise Dash"
  10. stewards = "The Peers Community"
  11. # TODO: Just change auto_login to a calculated bool when username has
  12. # a value.
  13. [developer]
  14. auto_login = true
  15. username = "admin"
  16. # https://github.com/python-cas/python-cas
  17. [casclient]
  18. version = "3"
  19. server_url = "https://django-cas-ng-demo-server.herokuapp.com/cas/"
  20. [micro_services.permissions]
  21. url = "http://localhost:6543/apps/api/test/apps_list"
  22. token = "todo_add_a_secret"
  23. mode = "standard" # legacy|standard
  24. [micro_services.status]
  25. url = "http://localhost:6543/apps/status/pub_health"
  26. token = "todo_add_a_secret"
  27. url_integrity = "http://localhost:6543/apps/status/pub_integrity"