APP_ENV=production
APP_KEY=base64:JQSl09cwXgf5U6v/Bs7I58PKw7TGdB1DrYlskMI5ltg=
APP_DEBUG=false
ENABLE_HTML_MIN=FALSE
DB_HOST="localhost"
DB_DATABASE="your_db_name"
DB_USERNAME="our_db_username"
DB_PORT="3306"
DB_PASSWORD="your_db_password"
ADMIN_VERSION="v2"
APP_URL="https://yourdomain.com"
