From 390311228d4f161ea3a87059721fd237c9655aac Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:53:33 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20comment=20about=20?= =?UTF-8?q?API=20token=20character=20length?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environments/creds.example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/creds.example.env b/environments/creds.example.env index dd39602aa..5386d7e38 100644 --- a/environments/creds.example.env +++ b/environments/creds.example.env @@ -7,6 +7,7 @@ NAUTOBOT_SECRET_KEY=012345678901234567890123456789012345678901234567890123456789 NAUTOBOT_SUPERUSER_NAME=admin NAUTOBOT_SUPERUSER_EMAIL=admin@example.com NAUTOBOT_SUPERUSER_PASSWORD=admin +# API token length must be exactly 40 characters NAUTOBOT_SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567 NAUTOBOT_CACHEOPS_REDIS=redis://:${NAUTOBOT_REDIS_PASSWORD}@redis:6379/1