opendns / lemming

OpenDNS Data Systems Automation
Apache License 2.0
3 stars 5 forks source link

Add support for configuration files #11

Closed junkert closed 8 years ago

junkert commented 8 years ago

If we add support for configuration files we can easily run applications once checked out from github on different infrastructures and test environments. This file would hold things such as:

1, username

  1. password
  2. default database host
  3. default database port
  4. default database
  5. alternate database hosts (or a list of read/write hosts)

Example / HowTo would be useful.

simar7 commented 8 years ago

Good idea. I can take a look into this.

simar7 commented 8 years ago

I've added support for this: https://github.com/opendns/lemming/commit/22c9144d6a8dbcfd56aae8aabd6186081d66bcb3 we can always expand for other args