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

Add support for YAML config #12

Closed
pierre opened this issue Jul 12, 2017 · 1 comment
Closed

Add support for YAML config #12

pierre opened this issue Jul 12, 2017 · 1 comment

Comments

@pierre
Copy link
Member

pierre commented Jul 12, 2017

Today, Java plugins expect Java properties file for their configuration. We should also add support for YAML, which would simplify things like region-specific configuration (#11):

common: &defaults
  username: XXX
  password: YYY

us-east-1:
  <<: *defaults
  paymentUrl: ZZZ1

us-west-1:
  <<: *defaults
  paymentUrl: ZZZ2
@pierre
Copy link
Member Author

pierre commented Feb 15, 2018

See #14.

@pierre pierre closed this as completed Feb 15, 2018
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

No branches or pull requests

1 participant