-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
44 lines (42 loc) · 889 Bytes
/
config.example.yml
File metadata and controls
44 lines (42 loc) · 889 Bytes
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
Database:
Type: mysql
Server: 127.0.0.1:3306
Database: "db_name"
Username: "username"
Password: "mysql_password"
Cache: "false"
ConnMaxLifTime: 1h
Debug: "3"
Enabled: true
MaxIdleConns: "10"
MaxOpenConns: "100"
Params: "parseTime=true"
SSLMode: false
SlowQueryThreshold: 500ms
HTTP:
Host: 0.0.0.0
Port: 8041
ServerHeader: EVO
BodyLimit: 10mb
ProxyHeader: X-Forwarded-For
CaseSensitive: false
CompressedFileSuffix: .evo.gz
Concurrency: 1024
DisableDefaultContentType: false
DisableDefaultDate: false
DisableHeaderNormalizing: false
DisableKeepalive: false
ETag: false
GETOnly: false
IdleTimeout: 0
Immutable: false
Network: ""
Prefork: false
ReadBufferSize: 10mb
ReadTimeout: 1s
ReduceMemoryUsage: false
StrictRouting: false
UnescapePath: false
EnablePrintRoutes: false
WriteBufferSize: 4kb
WriteTimeout: 5s