mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-03-13 13:02:59 -04:00
5 lines
117 B
Clojure
5 lines
117 B
Clojure
(ns rsspaper.config
|
|
(:require
|
|
[clj-yaml.core :as yaml]))
|
|
|
|
(def config (yaml/parse-string (slurp "config.yaml"))) |