|
5 | 5 | [<<ns-name>>.config :as config]
|
6 | 6 | [<<ns-name>>.env :refer [defaults]]
|
7 | 7 |
|
8 |
| - ;; Edges <% if redis? %> |
9 |
| - [kit.edge.cache.redis]<% endif %> <% if xtdb? %> |
| 8 | + ;; Edges<% if redis? %> |
| 9 | + [kit.edge.cache.redis]<% endif %><% if xtdb? %> |
10 | 10 | [kit.edge.db.xtdb]<% endif %><% if hikari? %>
|
11 | 11 | [kit.edge.db.sql.hikari]<% endif %><% if conman? %>
|
12 | 12 | [kit.edge.db.sql.conman]<% endif %><% if migratus? %>
|
13 | 13 | [kit.edge.db.sql.migratus]<% endif %><% if postgres? %>
|
14 | 14 | [kit.edge.db.postgres]<% endif %><% if mysql? %>
|
15 | 15 | [kit.edge.db.mysql]<% endif %><% if hato? %>
|
16 |
| - [kit.edge.http.hato]<% endif %> <% if quartz? %> |
17 |
| - [kit.edge.scheduling.quartz]<% endif %> <% if selmer? %> |
18 |
| - [kit.edge.templating.selmer]<% endif %> <% if metrics? %> |
19 |
| - [kit.edge.utils.metrics]<% endif %> <% if repl? %> |
20 |
| - [kit.edge.utils.repl]<% endif %> <% if nrepl? %> |
| 16 | + [kit.edge.http.hato]<% endif %><% if quartz? %> |
| 17 | + [kit.edge.scheduling.quartz]<% endif %><% if selmer? %> |
| 18 | + [kit.edge.templating.selmer]<% endif %><% if metrics? %> |
| 19 | + [kit.edge.utils.metrics]<% endif %><% if repl? %> |
| 20 | + [kit.edge.utils.repl]<% endif %><% if nrepl? %> |
21 | 21 | [kit.edge.utils.nrepl]<% endif %>
|
22 | 22 | [kit.edge.server.undertow]
|
23 | 23 | [<<ns-name>>.web.handler]
|
|
0 commit comments