APP_DEBUG = true

DB_HOST      = 127.0.0.1
DB_PORT      = 3306
DB_DATABASE  = my_blog
DB_USERNAME  = root
DB_PASSWORD  = root
DB_CHARSET   = utf8mb4