From 40e08154f6791932cffc45afd7a5e0de8a2ba9f1 Mon Sep 17 00:00:00 2001 From: rmanach Date: Tue, 7 Jan 2025 11:54:27 +0100 Subject: [PATCH] fix .env.example --- .env.example | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index 978b350..6f94fa0 100644 --- a/.env.example +++ b/.env.example @@ -1,14 +1,9 @@ -API_ADMIN_USERNAME= -API_ADMIN_PASSWORD= +API_ADMIN_USERNAME= # default to admin (must be set on production !) +API_ADMIN_PASSWORD= # default to admin (must be set on production !) API_SESSION_EXPIRATION_DURATION= # in seconds (default to 30s) API_PORT= # defaul to 8585 API_SECURE= # default to "false" -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 \ No newline at end of file +API_STORE_DIR= # default to "./store" \ No newline at end of file