mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-05 01:45:22 -05:00
Files
764f85fb40e15ce56eb78f01485a59f669783040
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
|