Fixed Encryption key generation and updated Readme

This commit is contained in:
Hosteroid
2025-10-08 19:08:27 +03:00
parent 146df224bd
commit 8e5ff9ab39
7 changed files with 111 additions and 331 deletions

View File

@@ -1,7 +1,7 @@
# Application
APP_ENV=development
# Security - Generate encryption key using: php -r "echo base64_encode(random_bytes(32));"
# Security - Encryption key (auto-generated during migration if not set)
# This key is used to encrypt sensitive data in the database (like SMTP passwords)
# IMPORTANT: Never share this key or commit it to version control!
APP_ENCRYPTION_KEY=