City-of-Bloomington / renttrack

Manage rental permits for city landlords
GNU General Public License v2.0
0 stars 0 forks source link

Path to configuration files is hard coded #13

Closed inghamn closed 5 years ago

inghamn commented 5 years ago

AppConf.java has hard coded the path to db.properties and application.properties. The path to these files must be passed in through the context; otherwise, we cannot do multiple deployments for production, test, etc.

inghamn commented 5 years ago

It would be best to unify all these properties into a single configuration file for the whole application.