From 2b8d37c38f5ae056116d51dca03ef1c906b5069e Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 23 Mar 2023 12:45:42 -0400 Subject: [PATCH] edit env example --- api/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/.env.example b/api/.env.example index ef0f5022c4..31e9e0704a 100644 --- a/api/.env.example +++ b/api/.env.example @@ -52,8 +52,8 @@ MEILI_HTTP_ADDR='meilisearch:7700' # This master key must be at least 16 bytes, composed of valid UTF-8 characters. # Meilisearch will throw an error and refuse to launch if no master key is provided or if it is under 16 bytes, # Meilisearch will suggest a secure autogenerated master key. -# MEILI_MASTER_KEY=WjRvKvpelIYHa4dlcDGsdT9c0CKRbY-4VcuCQ1iZPcc -MEILI_MASTER_KEY=MASTER_KEY +# Using docker, it seems recognized as production so use a secure key. +MEILI_MASTER_KEY=JKMW-hGc7v_D1FkJVdbRSDNFLZcUv3S75yrxXP0SmcU # User System # global enable/disable the sample user system.