APP_NAME="Bicycle POS"
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost/bicyclepos/pos

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=bicyclepos
DB_USERNAME=root
DB_PASSWORD=

# Secret for cron URLs (e.g. recurring expenses). Use: ?token=YOUR_SECRET
CRON_SECRET=2fe7c76f382dcab671db5406ebbed8d8b6d8bf8965e1d0974e102e1d03305f9a
