mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-01-31 00:16:02 -05:00
6 lines
122 B
Clojure
6 lines
122 B
Clojure
|
(ns rsspaper.config
|
||
|
(:require
|
||
|
[clj-yaml.core :as yaml]))
|
||
|
|
||
|
(def config (yaml/parse-string (slurp "config.yaml")))
|