-
Notifications
You must be signed in to change notification settings - Fork 54
/
.ut.config
58 lines (58 loc) · 899 Bytes
/
.ut.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*基础配置*/
LANG=zh
LANG_OPTION=zh,en
APPURL=
APPNAME=UT框架
UTCODE=0
REWRITE=0
TEMPCACHE=1
TEMPFRONT=0
TEMPADMIN=0
DEFAULT_MOD=ut-frame
DEFAULT_PAGE=index
DEVELOP=1
LOCKSCREEN=1
UPDATEURL=http://frame.usualtool.com/down/update
UTFURL=http://frame.usualtool.com/auth.php
DEBUG=0
DEBUG_BAR=0
EDITOR=
/*数据配置*/
DBTYPE=mysql
DBCACHE=
DBCACHE_TIME=3600
PDO_DSN=
PDO_USER=
PDO_PASS=
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=
MYSQL_PASS=
MYSQL_DB=
MYSQL_CHARSET=utf8
MSSQL_HOST=127.0.0.1
MSSQL_PORT=1433
MSSQL_DB=
MSSQL_USER=
MSSQL_PASS=
PGSQL_HOST=127.0.0.1
PGSQL_PORT=5432
PGSQL_USER=
PGSQL_PASS=
PGSQL_DB=test
SQLITE_DB=
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASS=UT
MONGO_HOST=127.0.0.1
MONGO_PORT=27017
MONGO_DB=
MONGO_USER=
MONGO_PASS=
MEMCACHE_HOST=127.0.0.1
MEMCACHE_PORT=11211
MEMCACHE_USER=
MEMCACHE_PASS=
SOCKETS_HOST=127.0.0.1
SOCKETS_WSIP=127.0.0.1
SOCKETS_PORT=8080