Hi,

I want to save the configuration of my application in edn file.

Lein is used (of course). I want to pub my config.edn under /resources 
directory.

But honestly, I don't know the format of edn. I tried to google it, but I 
didn't get anything helpful. The format is in its early stages.

So, my questions:

1) What is the equivalent of the following in edn:

database.url=localhost
username=foo
password=bar

2) Since my edn file is under /resources . I need a way to read from the 
classpath.
How to do this?

Thanks for help and time.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to