home » zplus/freepost.git
ID: 75e46623eac9e8161a6ca420bebec55967c9af5e
13 lines — 359B — 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_freepost;charset=utf8',
        'username' => 'freepost',
        'password' => 'freepost'
    );
    
    public static $SEND_EMAILS = true;
}