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
|
# Determines Production Mode, This will set the directory path to use for data storage
|
||||||
PRODUCTION=False
|
PRODUCTION=False
|
||||||
|
|
||||||
# API Port for Pythong Server
|
# API Port for Python Server
|
||||||
API_PORT=9000
|
API_PORT=9000
|
||||||
|
|
||||||
# Exposes /docs and /redoc on the server
|
# Exposes /docs and /redoc on the server
|
||||||
API_DOCS=True
|
API_DOCS=True
|
||||||
|
|
||||||
# Sets the Database type to use.
|
# Sets the Database type to use. Note that in order for Postgres URI to be created, you must set DB_ENGINE=postgres
|
||||||
DB_URL=sqlite
|
DB_ENGINE=sqlite # Optional: 'sqlite', 'postgres'
|
||||||
# POSTGRES_USER
|
POSTGRES_USER=mealie
|
||||||
# POSTGRES_PASSWORD
|
POSTGRES_PASSWORD=mealie
|
||||||
# POSTGRES_SERVER
|
POSTGRES_SERVER=postgres
|
||||||
# POSTGRES_DB
|
POSTGRES_PORT=5432
|
||||||
# Sets the token expiration time in hours.
|
POSTGRES_DB=mealie
|
||||||
TOKEN_TIME=24
|
TOKEN_TIME=24
|
||||||
|
|
||||||
# NOT USED
|
# NOT USED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue