mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-01-31 00:16:02 -05: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"))) |