forked from ixre/go2o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.conf
70 lines (59 loc) · 1.4 KB
/
app.conf
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
59
60
61
62
63
64
65
66
#------------------------#
###### 系统配置 ########
#------------------------#
# 根域名
domain = ts.com
# URL Hash
url_hash = to2net
# 使用安全加密
ssl_enabled = false
# 管理员登录md5值
super_login_md5 = 3eab92a46e292472ec44da74ea85cbfe
#静态服务器
static_server = //static.ts.com
#图片服务器
image_server = //img.ts.com
#------------------------#
###### 数据库配置 #######
#------------------------#
#数据库驱动
db_driver = mysql
#数据库服务器地址
db_server = 127.0.0.1
#数据库端口
db_port = 3306
#数据库名称
db_name = go2o
#数据库用户
db_usr = root
#数据库密码
db_pwd = 123456
#数据库编码
db_charset = utf8
#** REDIS 配置 **
redis_host = 127.0.0.1
redis_port = 6379
redis_db = 1
redis_auth =
redis_maxIdle = 10000
#0表示永不超时
redis_idleTimeout = 0
#------------------------#
###### 支付配置 ########
#------------------------#
payment_alipay_partner=2088121798191023
payment_alipay_key=3377boh82z0ayhhysvjmvr0iac27011m
#** 邮箱配置 **
smtp_host = smtp.sina.com
smtp_port = 25
smtp_from = [email protected]
smtp_user = [email protected]
smtp_pwd = jiaxinlove131409
#== 其他配置 ==#
no_pic_path= res/nopic.gif
#文件上传路径
upload_save_dir = uploads/
#是否关闭系统发送邮件队列,如果由其他程序处理
#邮件队列,将值设置为1
sys_mail_queue_off = 0