-
Notifications
You must be signed in to change notification settings - Fork 373
/
syncd.ini
64 lines (52 loc) · 1.19 KB
/
syncd.ini
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
[syncd]
; 项目访问域名, 结尾不要加 `/`
app_host = http://localhost:8878
; 工作空间
local_space = /tmp/syncd_data
; 远端机器工作空间
remote_space = ~/.syncd
; AES加密/解密使用的私钥
; 秘钥需要进行base64编码
; 16 => AES-128, 24 => AES-192, 32 => AES-256
cipher_key = pG1L62EM0cPIIOwusQsbcV8Cs6j/M1RxLoXIZylWUC4=
[serve]
; HTTP服务监听的端口
addr = :8878
; 是否开启前端资源服务
; 开启后Syncd前端资源将不再依赖nginx等web服务
; 1 - 开启
; 0 - 关闭
fe_serve_enable = 1
; 读超时时间设置, 单位秒
read_timeout = 300
; 写超时时间设置, 单位秒
write_timeout = 300
; 空闲连接超时设置, 单位秒
idle_timeout = 300
[database]
; 数据库连接信息
; 必须是utf8mb4编码
;unix =
;max_idle_conns = 100
;max_open_conns = 200
;conn_max_life_time = 500
host = 127.0.0.1
port = 3306
user = syncd
password = syncd
dbname = syncd
[log]
; 日志输出路径
; path = stdout - 打印到标准输出
; path = /path/file - 输出到文件
path = stdout
[mail]
; 是否开启邮件发送功能
; 0 - 关闭
; 1 - 开启
enable = 0
; 邮件smtp配置
smtp_host = smtp.exmail.qq.com
smtp_port = 465
smtp_user =
smtp_pass =