mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 05:55:23 +02:00
ENV -> PRODUCTION
This commit is contained in:
parent
edcc7d6a48
commit
92236b8967
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue