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
11 lines
453 B
Plaintext
{:app/logging {:min-level :debug}
|
|
:app/server {:port 80 :handler #ig/ref :app/handler}
|
|
:app/cache {}
|
|
:worker/limerick-gen {:kv #ig/ref :database.kv/connection
|
|
:db #ig/ref :database.sql/connection}
|
|
:database.kv/connection {:pool {}
|
|
:spec {:uri ""}}
|
|
:database.sql/connection {}
|
|
:app/router {:db #ig/ref :database.sql/connection :cache #ig/ref :app/cache}
|
|
:app/handler {:router #ig/ref :app/router}}
|