Dynect-PHP-API/system/application/config/dynect_api.php

15 lines
416 B
PHP
Raw Normal View History

2010-12-31 08:05:08 +00:00
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| DYNECT API LOGIN INFO
|--------------------------------------------------------------------------
|
| Enter your Dynect API login info here.
|
*/
$config['customer_name'] = 'demo-pagely';
$config['user_name'] = 'jstrebel';
$config['password'] = '1234test';