mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
add new values to template
This commit is contained in:
parent
9ed6e88e22
commit
d031765584
1 changed files with 8 additions and 8 deletions
16
template.env
16
template.env
|
@ -8,19 +8,19 @@ DEFAULT_PASSWORD=MyPassword
|
|||
# Determines Production Mode, This will set the directory path to use for data storage
|
||||
PRODUCTION=False
|
||||
|
||||
# API Port for Pythong Server
|
||||
# API Port for Python Server
|
||||
API_PORT=9000
|
||||
|
||||
# Exposes /docs and /redoc on the server
|
||||
API_DOCS=True
|
||||
|
||||
# Sets the Database type to use.
|
||||
DB_URL=sqlite
|
||||
# POSTGRES_USER
|
||||
# POSTGRES_PASSWORD
|
||||
# POSTGRES_SERVER
|
||||
# POSTGRES_DB
|
||||
# Sets the token expiration time in hours.
|
||||
# Sets the Database type to use. Note that in order for Postgres URI to be created, you must set DB_ENGINE=postgres
|
||||
DB_ENGINE=sqlite # Optional: 'sqlite', 'postgres'
|
||||
POSTGRES_USER=mealie
|
||||
POSTGRES_PASSWORD=mealie
|
||||
POSTGRES_SERVER=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB=mealie
|
||||
TOKEN_TIME=24
|
||||
|
||||
# NOT USED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue