mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
Files
f48f55b6dc38fcf03f49a677cbf77f4366dd5ad7
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
|