rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

Have DB information submitted in a config file #15

Closed rayfarias56 closed 8 years ago

rayfarias56 commented 8 years ago

For security reasons we don't want sensitive information in the source code.

rayfarias56 commented 8 years ago

Using System environment variables is probably a more portable option that's easy to use with Heroku and be set on local environments.

This is because I've been running into similar problems from sqlite. i.e. where to save a file that a WAR can depend on and be found independent of machine.