17 lines
485 B
PHP
17 lines
485 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$config = array(
|
|
'licheb' => array(
|
|
'id' => 2,
|
|
'app_id' => 2,
|
|
'name' => '狸车宝',
|
|
'sign_key' => '71fd71173b776766a2ae1209d9a2c2ed',
|
|
'wx' => array(
|
|
'appid' => 'wx71095d4049de3ed1',
|
|
'secret' => 'a80eb6ed68d7bae2d804fe507a4522f7',
|
|
),
|
|
'model' => array('user_model' => 'app/licheb/app_licheb_users_model')
|
|
),
|
|
);
|