fix .env.example

This commit is contained in:
rmanach 2025-01-07 11:54:27 +01:00
parent ee52a1b4f2
commit 40e08154f6

View File

@ -1,5 +1,5 @@
API_ADMIN_USERNAME= API_ADMIN_USERNAME= # default to admin (must be set on production !)
API_ADMIN_PASSWORD= API_ADMIN_PASSWORD= # default to admin (must be set on production !)
API_SESSION_EXPIRATION_DURATION= # in seconds (default to 30s) API_SESSION_EXPIRATION_DURATION= # in seconds (default to 30s)
@ -7,8 +7,3 @@ API_PORT= # defaul to 8585
API_SECURE= # default to "false" API_SECURE= # default to "false"
API_STORE_DIR= # default to "./store" API_STORE_DIR= # default to "./store"
# use a master key if you run on production
# MEILI_MASTER_KEY=
BASEURL_MEILISEARCH=http://meilisearch:7700
MEILI_ENV=development