# cockpit session name
APP_NAME="Africa Lore Vacations"

# cockpit session name
SESSION_NAME='mojoksafaris'

# app custom security key
SEC_KEY='UI&*45TYGAH{};'

# site url (optional) - helpful if you're behind a reverse proxy
SITE_URL='http://admin.africalorevacations.co.ke'

# Use SQL Driver as main data storage
# Uncomment to activate postgresql
DB_SERVER_DRIVER='sqldriver'

# Connection options
DB_CONNECTION=mysql #pgsql
DB_HOST='localhost'
DB_PORT=3306 #5432
DB_NAME='africalore_db'
DB_USERNAME='africalore_user'
DB_PASSWORD="password"

# use smtp to send emails
MAIL_FROM='info@africalorevacations.co.ke'
MAIL_TRANSPORT='smtp'
MAIL_HOST='smtp.africalorevacations.co.ke'
MAIL_USER='username'
MAIL_PASSWORD='xxpasswordxx'
MAIL_PORT=25
MAIL_AUTH=true
MAIL_ENCRYPTION=''  # '', 'ssl' or 'tls'
