Skip to content

Commit

Permalink
Default authentication to true in prod docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop authored May 1, 2024
1 parent 46b5a19 commit ffe8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ YETI_ARANGODB_PASSWORD=
YETI_AUTH_SECRET_KEY=SECRET
YETI_AUTH_ALGORITHM=HS256
YETI_AUTH_ACCESS_TOKEN_EXPIRE_MINUTES=30
YETI_AUTH_ENABLED=False
YETI_AUTH_ENABLED=True
YETI_SYSTEM_PLUGINS_PATH=./plugins

# Timesketch configuration
Expand Down

0 comments on commit ffe8272

Please sign in to comment.