config.edn 385 B

1234567891011
  1. {:peertube {:instances [{:url "https://framatube.org" :name "FramaTube"}]}
  2. :backend
  3. {:port #long #or [#env BACKEND_PORT 3000]
  4. :bg-helper-url
  5. #or
  6. [#env BG_HELPER_URL #join ["http://localhost:" #ref [:bg-helper :port]]]}
  7. :bg-helper {:port #or [#env BG_HELPER_PORT 3005]}
  8. :frontend
  9. {:backend-url
  10. #or
  11. [#env BACKEND_URL #join ["http://localhost:" #ref [:backend :port]]]}}