mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-13 12:31:20 -05:00
Files
e11577f7867a5f232d09ac1444315b24e17ec95a
10 lines
178 B
Bash
10 lines
178 B
Bash
# Make .env in this folder if needed.
|
|||
DEFAULT_GROUP=Home
|
|||
ENV=False
|
|||
API_PORT=9000
|
|||
API_DOCS=True
|
|||
DB_TYPE='sqlite'
|
|||
DEFAULT_PASSWORD=MyPassword
|
|||
SFTP_USERNAME=None
|
|||
SFTP_PASSWORD=None
|