You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
257 B
Plaintext

4 years ago
{:app/logging {:min-level :debug}
:app/server {:port 8000 :handler #ig/ref :app/handler}
:app/cache {}
:database.sql/connection {}
:app/router {:db #ig/ref :database.sql/connection :cache #ig/ref :app/cache}
:app/handler {:router #ig/ref :app/router}}