'Y-m-d H:i:s', 'DateFormat' => 'Y-m-d', 'TimeFormat' => 'H:i:s', 'Host' => 'http://www.bid4cars.com.na', 'CashCarsHost' => 'http://www.wepay4cars.com.na', 'DocumentUrl' => 'http://www.bid4cars.com.na/documents/', 'DocumentPath' => __DIR__ . '/../../public/documents/', 'ImageUrl' => 'http://www.bid4cars.com.na/img/bin/', 'ImagePath' => __DIR__ . '/../../public/img/bin/', 'ThumbnailUrl' => 'http://www.bid4cars.com.na/img/bin/thumbnail/', 'ThumbnailPath' => __DIR__ . '/../../public/img/bin/thumbnail/', 'VideoUrl' => 'http://www.bid4cars.com.na/videos/', 'VideoPath' => __DIR__ . '/../../public/videos/', 'ProjectRootPath' => __DIR__ . '/../../', 'SMS' => array( 'Username' => 'SHANEK', 'Password' => 'Shanek21', 'ApiId' => '3414263' ), 'Transunion' => array( 'Username' => 'Bid4Cars01', 'Password' => 'B1d4C@rS!*@' ), 'service_manager' => array( 'factories' => array( 'doctrine.cache.zcache' => function ($sm) { $cache = new \Doctrine\Common\Cache\ZendShmCache(); return $cache; }, ), ), 'doctrine' => array( 'connection' => array( 'orm_default' => array( 'driverClass' => 'Doctrine\DBAL\Driver\PDOMySql\Driver', 'params' => array( 'host' => 'localhost', 'port' => '3306', 'dbname' => 'nam_db', 'charset' => 'utf8' ) ) ), 'configuration' => array( 'orm_default' => array( 'generate_proxies' => false, 'proxy_namespace' => 'DoctrineProxies', 'metadata_cache' => IS_DEV_ENV ? 'array' : 'zcache', 'query_cache' => IS_DEV_ENV ? 'array' : 'zcache', 'result_cache' => IS_DEV_ENV ? 'array' : 'zcache' ) ), ) );