mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-29 15:14:06 -05:00
Files
94cda5bb835a58d1550ec01a5b254858b06b9d0a
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
|