Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Move the db config into a non-git config file #36

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: db settings should not be in git. This is because users will want their own db settings (pg host, db table, db pass, etc).

You can use an external configuration file, and read the file when the Flask app starts. Use something like -d path/to/file.

Travis db will need config/work too.

JosiahRegencia commented 7 years ago

still currently stuck in this one here