Skip to content

Instantly share code, notes, and snippets.

@exegeteio
Created September 4, 2014 03:09
Show Gist options
  • Save exegeteio/dd4594d95b114c6f291e to your computer and use it in GitHub Desktop.
Save exegeteio/dd4594d95b114c6f291e to your computer and use it in GitHub Desktop.
MIO Config file.
development: &development
mio_api_url: "http://localhost:9004/api/"
mio_api_username: "test_username"
mio_api_key: "super secret key"
test:
<<: *development
production:
mio_api_url: "https://top_secret.url/api/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment