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

Update Isomer #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Isomer #15

wants to merge 1 commit into from

Conversation

pguelpa
Copy link
Contributor

@pguelpa pguelpa commented Jun 22, 2015

No description provided.

@pguelpa
Copy link
Contributor Author

pguelpa commented Jun 22, 2015

@itsmeduncan / @akatz - Do you two mind taking a look at this?

@@ -9,7 +9,7 @@ module Mulder
require_relative 'mulder/version'

def self.search(app, env, role, format, config_file)
config = Mulder::Config.from(:yaml, file: config_file)
config = Isomer::Configuration.hydrate(Mulder::CONFIG, Isomer::Sources::Yaml.new(config_file))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here I could also add in an Environment source if we wanted to be able to load in via AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as well as the yaml file

@akatz
Copy link
Contributor

akatz commented Jun 23, 2015

This is also not a runtime requirement so we won't be using two sources. If it works with the update version of isomer, :shipit:

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