Files
mealie/template.env
2021-04-19 19:36:45 -08:00

12 lines
222 B
Bash

# Make .env in this folder if needed.
DEFAULT_GROUP=Home
ENV=False
API_PORT=9000
API_DOCS=True
DB_TYPE=sqlite
DEFAULT_EMAIL=changeme@email.com
DEFAULT_PASSWORD=MyPassword
TOKEN_TIME=2
SFTP_USERNAME=None
SFTP_PASSWORD=None