APP_NAME = "Ghosty"

DB_HOST = "localhost"
DB_PORT = "3306"
DB_DATABASE = "ghosty"
DB_USERNAME = "root"
DB_PASSWORD = "root"
DB_CONNECTION = "mysql"


