The formatting of the DB_URL strings for MySQL and PostgreSQL were slightly wrong, leading to confusion when switching from SQLite to either database in the configuration.
DB_URL
Signed-off-by: Neal Gompa ngompa13@gmail.com
Commit 912c4d05 fixes this pull-request
Pull-Request has been merged by pingou
The formatting of the
DB_URLstrings for MySQL and PostgreSQL were slightlywrong, leading to confusion when switching from SQLite to either database in
the configuration.
Signed-off-by: Neal Gompa ngompa13@gmail.com