refactor: config.edn → default-config.edn
All checks were successful
build / build (push) Successful in 30s

This commit is contained in:
2026-03-23 08:43:18 -06:00
parent 29d5cdc85a
commit 811d07de39
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
(def default
(read-config
;; Default config.
(io/resource "net/deertopia/publisher/config.edn")
(io/resource "net/deertopia/publisher/default-config.edn")
;; Defaults set at build time, if any.
(io/resource "net/deertopia/publisher/extra-config.edn")
;; Config set at runtime.