APP_NAME='Single Restaurant'
APP_ENV=local
APP_KEY=base64:2VU8pLtRXkeyciDFnFipQ5zsuceyUppjXFo++eUrLfU=
APP_DEBUG=true
APP_URL=http://localhost/single-restaurant

Environment=sendbox

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=single_restaurant
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=sync

SESSION_DRIVER=file
SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

ASSETSPATHURL=storage/app/public/
