# APP CONFIG (DO NOT REMOVE!)
APP_NAME="TastyIgniter"
APP_ENV=production
APP_KEY=base64:d8MYBzCOZdzLLuvBmm1hC9fGiT/3yOwe51cyymJPV54=
APP_DEBUG=false
APP_URL=http://res.motaweroon.com/

IGNITER_LOCATION_MODE=

# DATABASE CONFIG (DO NOT REMOVE!)
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=wordpres_restaurant
DB_USERNAME=wordpres_restaurant
DB_PASSWORD="cfUV11.wC5se"
DB_PREFIX=ti_

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=log
MAIL_HOST=null
MAIL_PORT=null
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=noreply@tastyigniter.tld
MAIL_FROM_NAME="${APP_NAME}"
