Environment Variables (.env)
The .env file is the heart of FeedbackPulse's configuration. It's created automatically during installation, but you can edit it manually anytime.
๐ File Locationโ
/var/www/feedbackpulse-saas/.env
โ ๏ธ Sicherheit: The
.envfile contains sensitive data (database passwords, API-Schluessel). Never commit it to version control or expose it publicly. It should have640permissions.
๐ง After Editing .envโ
After making changes, clear the config cache:
php artisan config:clear
php artisan config:cache # Optional: cache for production performance