Fixed Encryption key generation and updated Readme
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user