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

Experimental Postgres support.

This commit is contained in:
Ferdinand Mütsch
2020-03-31 12:03:49 +02:00
parent b858a02ecd
commit 1510bcaa91
4 changed files with 45 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
ENV=prod
WAKAPI_DB_TYPE=mysql
WAKAPI_DB_USER=myuser
WAKAPI_DB_PASSWORD=mysecretpassword
WAKAPI_DB_HOST=localhost