Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using omniconf in Constants.clj #6

Merged
merged 11 commits into from
Feb 20, 2017
Merged

Using omniconf in Constants.clj #6

merged 11 commits into from
Feb 20, 2017

Conversation

RandomGuyOnTheInternet1234
Copy link
Contributor

I made the changes. Any comments or questions on my code?

Copy link
Owner

@dgopstein dgopstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the code looks perfect!

The one thing that will need to change eventually is that your presets are still committed into conf.edn, meaning that this code won't work for me or Henry. I think the right way to handle this is to move your config file to conf.jake.edn, which should be committed, and have no conf.edn committed. Then on your machine you can symlink conf.edn -> conf.jake.edn, and on my machine I can symlink conf.edn -> conf.dan.edn which will also be checked in.

@dgopstein dgopstein merged commit 94259cc into dgopstein:master Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants