home » zplus/freepost.git
ID: 2d90bd5e154562118e3b3ee6b603451904494ee3
9 lines — 300B — View raw


<?php

class Config {
    public static $DATABASE = array (
        // Data Source Name, contains the information required to connect to the database
        'dsn'      => 'mysql:host=localhost;dbname=freepost;charset=utf8',
        'username' => 'freepost',
        'password' => 'freepost'
    );
}