Closed greenmoss closed 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.
-d path/to/file
Travis db will need config/work too.
still currently stuck in this one here
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.