highlight the importance of a strong API key password

This commit is contained in:
Egor 2026-02-14 13:31:23 -08:00
parent 9a85b78543
commit 24f0174444
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Required: API key for authentication # Required: Password for web UI login and credential encryption (use a strong unique password)
# API_KEY=your-secret-key-here # API_KEY=your-secret-key-here
# Optional Configuration # Optional Configuration

View file

@ -276,5 +276,6 @@ curl http://localhost:8080/api/v1/health \
} }
``` ```
## API Key Security
Your API_KEY is both the login password and the master encryption key for all integration credentials. Use a strong unique password. Changing it will make all encrypted credentials unrecoverable.