APP_NAME=TableTrack
APP_KEY=base64:wID/CO/WkfE3yoWpQOoy15de8FtOpvC3dM/z5FuHiEU=

# Do not change APP_ENV to anything else. It will affect emailing from admin panel
# and other configuration from databse and system may crash
APP_ENV=codecanyon
APP_DEBUG=false


# Main application subdomain if subdomain is installed on subdomain
MAIN_APPLICATION_SUBDOMAIN =

#For redirect to https
REDIRECT_HTTPS=true
MYSQL_ATTR_SSL_CA=false
DB_ENGINE=InnoDB
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_PREFETCH=false
MYSQL_ATTR_SSL_CA=false
DB_CONNECTION=mysql
DB_PORT=3306

DB_HOST=localhost
DB_DATABASE=xsoftdev_tabletracktest
DB_USERNAME=xsoftdev_xsoft
DB_PASSWORD="M1n&#v8.M.[p"
APP_URL="http://lalaicecream.xsoftdevelop.com"
