mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
add TOKEN_TIME and DEFAULT_EMAIL
This commit is contained in:
parent
4a6805479c
commit
f14e1e536c
8 changed files with 20 additions and 13 deletions
|
@ -3,7 +3,9 @@ DEFAULT_GROUP=Home
|
|||
ENV=False
|
||||
API_PORT=9000
|
||||
API_DOCS=True
|
||||
DB_TYPE='sqlite'
|
||||
DB_TYPE=sqlite
|
||||
DEFAULT_EMAIL=changeme@email.com
|
||||
DEFAULT_PASSWORD=MyPassword
|
||||
TOKEN_TIME=2
|
||||
SFTP_USERNAME=None
|
||||
SFTP_PASSWORD=None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue