Preparing storage of generated keys

This commit is contained in:
2025-11-17 00:10:47 +01:00
parent 8825421335
commit 60417d4594
2 changed files with 18 additions and 7 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# This is an example file. Copy it to .env and fill in your actual secrets.
# The .env file is ignored by Git and should NEVER be committed.
ENCRYPTION_KEY="your_32_byte_url_safe_base64_encoded_key_goes_here"