feat: accept alt DB configuration

This commit is contained in:
realaravinth
2022-07-20 17:42:02 +05:30
parent b8d3b1449a
commit f9efb062e0
2 changed files with 47 additions and 40 deletions

View File

@@ -50,6 +50,7 @@ username = "postgres"
password = "password"
name = "postgres"
pool = 4
database_type="postgres" # "postgres", "maria"
[redis]
# This section deals with the database location and how to access it