mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 00:24:13 -05:00
Files
f3ea467e20a8d1c7cce4801e169d848f99c9b902
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
|