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

Enable environment customization through migrations extension point #8

Open
marceloemanoel opened this issue Mar 16, 2013 · 0 comments
Milestone

Comments

@marceloemanoel
Copy link
Owner

Instead of using properties files under

baseDir/
└── environments
    ├── development.properties
    ├── production.properties
    └── test.properties

Enable these configurations to be located on the migrations extension point like this:

migrations {
  environments {
    development {
      //development properties...       
    }
    test {
     //test properties...
    }
    production {
      //production properties
    }
  }
}

And eliminates the properties files.

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