1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

WIP: SQLite support.

This commit is contained in:
Ferdinand Mütsch
2020-03-31 14:43:15 +02:00
parent 34037d2957
commit 1e5ec48748
4 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
ENV=prod
WAKAPI_DB_TYPE=mysql
WAKAPI_DB_TYPE=mysql # mysql, postgres, sqlite3
WAKAPI_DB_NAME=wakapi_db # file path for sqlite, e.g. /tmp/wakapi.db
WAKAPI_DB_USER=myuser
WAKAPI_DB_PASSWORD=mysecretpassword
WAKAPI_DB_PASSWORD=shhh
WAKAPI_DB_HOST=localhost
WAKAPI_DB_PORT=3306
WAKAPI_DB_NAME=wakapi_db