mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Ingestion service credentials encryption. Ingestion auth handling
This commit is contained in:
@@ -43,3 +43,8 @@ JWT_EXPIRES_IN="7d"
|
||||
ADMIN_EMAIL=admin@local.com
|
||||
ADMIN_PASSWORD=a_strong_pass
|
||||
SUPER_API_KEY=
|
||||
|
||||
# Master Encryption Key for sensitive data
|
||||
# IMPORTANT: Generate a secure, random 32-byte hex string for this
|
||||
# Use `openssl rand -hex 32` to generate a key
|
||||
ENCRYPTION_KEY=
|
||||
|
||||
Reference in New Issue
Block a user