-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
boilmaster.toml
85 lines (70 loc) · 1.96 KB
/
boilmaster.toml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[tracing.console]
enabled = false
[tracing.stdout]
enabled = true
format = "full"
filters.default = "debug"
filters.hyper = "info"
[http]
# address = "0.0.0.0"
port = 8080
[http.admin.auth]
username = "username"
password = "password"
[http.api1.asset]
maxage = 604800 # 1 week
[http.api1.search]
limit.default = 100
limit.max = 500
limit.depth = 2
fields.exdschema = "Name,Singular,Icon"
transient.exdschema = ""
[http.api1.sheet]
limit.default = 100
limit.max = 500
limit.depth = 2
list.fields.exdschema = "Name,Singular,Icon"
list.transient.exdschema = ""
entry.fields.exdschema = "*"
entry.transient.exdschema = "*"
[read.language]
default = "en"
# This default configuration is set up for the global game client, which does not ship Chinese or Korean data.
exclude = ["chs", "cht", "kr"]
[version]
interval = 3600 # 1 hour
directory = "versions"
repositories = [
"4e9a232b", # ffxiv
"6b936f08", # ex1 (hw)
"f29a3eb2", # ex2 (stb)
"859d0e24", # ex3 (shb)
"1bf99b87", # ex4 (ew)
"6cfeab11", # ex5 (dt)
]
[version.thaliak]
endpoint = "https://thaliak.xiv.dev/graphql/2022-08-14"
# Thaliak bugged out and failed to link between the last delta patch, and the history patches, at 7.0.
# This is just a manual specification of those links to restore the patch chain.
[version.thaliak.overrides]
4e9a232b = { "2024.05.31.0000.0000" = "H2024.05.31.0000.0000z" }
6b936f08 = { "2024.05.31.0000.0000" = "H2024.05.31.0000.0000d" }
f29a3eb2 = { "2024.05.31.0000.0000" = "H2024.05.31.0000.0000e" }
859d0e24 = { "2024.05.31.0000.0000" = "H2024.05.31.0000.0000g" }
1bf99b87 = { "2024.05.31.0000.0000" = "H2024.05.31.0000.0000i" }
[version.patch]
directory = "patches"
concurrency = 4
user_agent = "FFXIV PATCH CLIENT"
[schema]
default = "exdschema"
interval = 3600 # 1 hour
[schema.exdschema]
default = "HEAD"
remote = "https://github.com/xivdev/EXDSchema.git"
directory = "exdschema"
[search.sqlite]
directory = "search"
[search.sqlite.cursor]
ttl = 3600 # 1 hour
tti = 300 # 5 minutes