feat: add web AES-256-GCM secret crypto and LYRA_SECRET_KEY plumbing

This commit is contained in:
Jonathan
2026-07-10 19:50:16 +02:00
parent 45cf9e8527
commit 91ea32c4b8
4 changed files with 62 additions and 0 deletions
+3
View File
@@ -2,3 +2,6 @@ POSTGRES_USER=lyra
POSTGRES_PASSWORD=lyra
POSTGRES_DB=lyra
DATABASE_URL=postgresql://lyra:lyra@db:5432/lyra
# 32 random bytes, base64. Generate with: openssl rand -base64 32
LYRA_SECRET_KEY=MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWY=