APP_ENV=production
APP_DEBUG=true
APP_CACHE=false
APP_KEY="20a28c1be86711ec852600ff70631b9a"
APP_URL=https://golf.autohub-connect.com
EVENT_API_URL=https://event.autohub-connect.com
APP_NAME = "Fun Golf"
APP_LOGO = /assets/img/logo/default.png
APP_TIMEZONE = Asia/Manila
APP_VERSION = 1.0.0
APP_DISK = storage
APP_CSS_VERSION = 1.0.6
ASSETS_VERSION = 1.0.6

DB_CONNECTION=mysql
DB_HOST=o4s0scgc8ogo0kg4cgs0sc44
DB_PORT=3306
#DB_DATABASE=autoph_db
DB_DATABASE=autoph_eventDB
DB_USERNAME=eventdbadmin
DB_PASSWORD="aHgCMY84yPp6I5vhf2ifr0FrIy5xX50b1eq0B7hw0rl0R7PLG8szhYHxHWFbdAAs"


MAIL_DRIVER = smtp
MAIL_HOST = smtp.mailtrap.io
MAIL_PORT = 587
MAIL_USERNAME = c7d299fcce9c40
MAIL_PASSWORD = ff0f928a82987e
MAIL_ENCRYPTION = TLS
MAIL_FROM_ADDRESS = "clarenceandaya8@gmail.com"
MAIL_FROM_NAME = ${APP_NAME}
