| commit | a4e615d9bab28eefa0ae1e713ad75289ed2f65cc | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Mon Oct 08 16:34:17 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Sun Oct 14 18:38:20 2018 -0300 |
| tree | f100dd5c7968ab31d8b702ef62cab60ddf1cefd9 | |
| parent | f35f914f45080e150cc7c6a2928de47a9ae5c848 [diff] |
Adds use of OSMPOL_SQL_DATABASE_URI config param to connect to DB The OSMPOL_SQL_DATABASE_URI was not being used by POL to connect to the database. There was a hardcoded sqlite database name. This change should now provide capability to the user to use any SQL database engine supported by the peewee ORM (mysql/mariadb, postgres, sqlite). Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com> Change-Id: Iff406862fb3dfeb4453fb3213c94db6d62385d96