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.
22 lines
637 B
Plaintext
22 lines
637 B
Plaintext
4 years ago
|
{:com.darklimericks.logging/logging
|
||
|
{:min-level :debug}
|
||
|
|
||
|
:com.darklimericks.server.core/server
|
||
|
{:port 8000 :handler #ig/ref :com.darklimericks.server.handlers/handler}
|
||
|
|
||
|
:com.darklimericks.server.worker/limerick-gen
|
||
|
{:kv #ig/ref :com.darklimericks.kv.core/connection
|
||
|
:db #ig/ref :com.darklimericks.db.core/connection}
|
||
|
|
||
|
:com.darklimericks.kv.core/connection
|
||
|
{:pool {}
|
||
|
:spec {:uri ""}}
|
||
|
|
||
|
:com.darklimericks.db.core/connection {}
|
||
|
|
||
|
:com.darklimericks.server.router/router
|
||
|
{:db #ig/ref :com.darklimericks.db.core/connection}
|
||
|
|
||
|
:com.darklimericks.server.handlers/handler
|
||
|
{:router #ig/ref :com.darklimericks.server.router/router}}
|