From b856db4772964f79a4a4dafc771c8fa6c01e168e Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Thu, 23 Mar 2023 16:26:22 -0400 Subject: [PATCH] Update .env.example fix typo --- api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index df8cb39ec..85c8acfb5 100644 --- a/api/.env.example +++ b/api/.env.example @@ -61,4 +61,4 @@ MEILI_MASTER_KEY=JKMW-hGc7v_D1FkJVdbRSDNFLZcUv3S75yrxXP0SmcU # <-- ready made se # global enable/disable the sample user system. # this is not a ready to use user system. # dont't use it, unless you can write your own code. -# ENABLE_USER_SYSTEM= # <-- make sure you don't comment this back in if you're using your own user system \ No newline at end of file +# ENABLE_USER_SYSTEM= # <-- make sure you don't comment this back in if you're not using your own user system