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.

11 lines
453 B
Plaintext

4 years ago
{:app/logging {:min-level :debug}
:app/server {:port 80 :handler #ig/ref :app/handler}
4 years ago
:app/cache {}
:worker/limerick-gen {:kv #ig/ref :database.kv/connection
:db #ig/ref :database.sql/connection}
:database.kv/connection {:pool {}
:spec {:uri ""}}
4 years ago
:database.sql/connection {}
:app/router {:db #ig/ref :database.sql/connection :cache #ig/ref :app/cache}
:app/handler {:router #ig/ref :app/router}}