Skip to content
Snippets Groups Projects
Commit 5ed02e30 authored by Michael Perez's avatar Michael Perez
Browse files

fix typo in config.clj

parent a9215651
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
We resolve properties from these places:
1. environment variables (ex: MB_DB_TYPE -> :mb-db-type)
2. jvm opitons (ex: -Dmb.db.type -> :mb-db-type)
2. jvm options (ex: -Dmb.db.type -> :mb-db-type)
3. hard coded `app-defaults`"
[k]
(let [k (keyword k)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment