read backend-host from config file

This commit is contained in:
Travis Shears 2025-06-10 11:24:03 +02:00
parent 53acc339b3
commit c4ff9a86b6
4 changed files with 9 additions and 18 deletions

3
src/cli_cms/config.clj Normal file
View file

@ -0,0 +1,3 @@
(ns cli-cms.config)
(def config (read-string (slurp "config.edn")))