chore: run in dev mode by default

This commit is contained in:
Ferdinand Mütsch 2020-05-31 09:51:55 +02:00
parent 58fef96f22
commit 274be6caf8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ENV=prod
ENV=dev
WAKAPI_DB_TYPE=sqlite3 # mysql, postgres, sqlite3
WAKAPI_DB_NAME=wakapi_db.db # database name for mysql / postgres or file path for sqlite (e.g. /tmp/wakapi.db)
WAKAPI_DB_USER=myuser # ignored when using sqlite