edit env example

This commit is contained in:
Danny Avila 2023-03-23 12:45:42 -04:00
parent ca3da2505a
commit 2b8d37c38f

View file

@ -52,8 +52,8 @@ MEILI_HTTP_ADDR='meilisearch:7700'
# This master key must be at least 16 bytes, composed of valid UTF-8 characters. # 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 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. # Meilisearch will suggest a secure autogenerated master key.
# MEILI_MASTER_KEY=WjRvKvpelIYHa4dlcDGsdT9c0CKRbY-4VcuCQ1iZPcc # Using docker, it seems recognized as production so use a secure key.
MEILI_MASTER_KEY=MASTER_KEY MEILI_MASTER_KEY=JKMW-hGc7v_D1FkJVdbRSDNFLZcUv3S75yrxXP0SmcU
# User System # User System
# global enable/disable the sample user system. # global enable/disable the sample user system.