Google-IO-Extended-Grand-Rapids / conference_web

The conference app REST API
5 stars 1 forks source link

Maven resource filtering for database properties #8

Closed chenry closed 9 years ago

chenry commented 9 years ago

There are some properties that are being specified in many location for database connections. These files should be 'maven filtered' such that depending on how the application is built or what profile is ran, these properties can be replaced with their appropriate values.

Files that should be filtered include:

mccrackend commented 9 years ago

Agree, and I didn't help by adding a 5th config file called liquibase.travis.properties with PR #10. Sorry.