Files
spacestation/api/config/app.php
T
2024-05-28 14:43:08 +08:00

24 lines
552 B
PHP

<?php
/**
* Created by PhpStorm.
* User: linfan
* Date: 2018-12-04
* Time: 15:51
*/
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' => 'wx4733380c110313ec',
'secret' => 'cfa1bb15b671f919e959100c0b4070a2',
),
'model' => array('user_model' => 'app/licheb/app_licheb_users_model')
)
);