Skip to content

Commit

Permalink
docs: πŸ“ Add comment about API token character length
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Apr 10, 2024
1 parent c987cef commit 3903112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/creds.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ NAUTOBOT_SECRET_KEY=012345678901234567890123456789012345678901234567890123456789
NAUTOBOT_SUPERUSER_NAME=admin
NAUTOBOT_SUPERUSER_EMAIL=[email protected]
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
Expand Down

0 comments on commit 3903112

Please sign in to comment.