Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 486 Bytes

Bson-CMS

Configure the .env File

APP_NAME=YourAppName
APP_ENV=production
APP_KEY=base64:YourAppKey
APP_DEBUG=false
APP_URL=http://your-domain.com

DB_CONNECTION=mysql
DB_HOST=your-database-host
DB_PORT=3306
DB_DATABASE=your-database-name
DB_USERNAME=your-database-username
DB_PASSWORD=your-database-password

Replace the values such as your-database-host, your-database-name, your-database-username, and your-database-password with your specific information.