ENV -> PRODUCTION

This commit is contained in:
hay-kot 2021-04-20 12:08:38 -08:00
parent edcc7d6a48
commit 92236b8967

View File

@ -1,6 +1,6 @@
# Make .env in this folder if needed. # Make .env in this folder if needed.
DEFAULT_GROUP=Home DEFAULT_GROUP=Home
ENV=False PRODUCTION=False
API_PORT=9000 API_PORT=9000
API_DOCS=True API_DOCS=True
DB_TYPE=sqlite DB_TYPE=sqlite