@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
defined('IN_TS') or die('Access Denied.');
|
||||
|
||||
$skin = 'default';
|
||||
|
||||
$TS_APP['appname'] = '用户';
|
||||
|
||||
/*
|
||||
* APP独立数据库配置
|
||||
*/
|
||||
/*
|
||||
$tsAppDb['sql']='mysqli';
|
||||
$tsAppDb['host']='localhost';
|
||||
$tsAppDb['port']='3306';
|
||||
$tsAppDb['user']='root';
|
||||
$tsAppDb['pwd']='';
|
||||
$tsAppDb['name']='thinksaas_git_app';
|
||||
$tsAppDb['pre']='ts_';
|
||||
*/
|
||||
Reference in New Issue
Block a user