refactor: config.edn → default-config.edn
All checks were successful
build / build (push) Successful in 30s
All checks were successful
build / build (push) Successful in 30s
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
(def default
|
(def default
|
||||||
(read-config
|
(read-config
|
||||||
;; Default 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.
|
;; Defaults set at build time, if any.
|
||||||
(io/resource "net/deertopia/publisher/extra-config.edn")
|
(io/resource "net/deertopia/publisher/extra-config.edn")
|
||||||
;; Config set at runtime.
|
;; Config set at runtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user