-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (40 loc) · 1.13 KB
/
config.toml
File metadata and controls
55 lines (40 loc) · 1.13 KB
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
[project]
path = "/Users/oskarwallberg/Documents/projects/Verbum"
[database]
path = "database/instances/verbum.db"
[database.en]
[database.en.entries]
namespace = "f29d1c2c-ba46-495e-858d-ccff8c6af958"
[database.en.entries.nrand]
nmin = 1
nmax = 99
[database.en.entries.max_characters]
word = 32
pos = 12 # 'interjection' is the longest, 12 characters long
description = 256
translation = 32
[database.en.entries.min_characters]
word = 1
pos = 4 # 'noun' or 'verb' are the shortest, 4 characters long
description = 0
translation = 0
[database.en.tags]
namespace = "331ea32e-3fc4-4082-920b-d6d6c3f285ef"
max_records = 5
max_characters = 16
min_characters = 1
[database.en.examples]
namespace = "2177e7c3-287b-4801-b2a1-f32f659bc410"
max_records = 2
max_characters = 256
[database.en.synonyms]
namespace = "e23be183-8c71-4b78-b705-58ad39026ef3"
max_records = 3
[database.en.antonyms]
namespace = "932d5120-25e2-400b-80a3-e3d1f0b2e500"
max_records = 3
[database.sv]
namespace = "b718cee6-edb6-4777-89a1-8546aed720b2"
[server]
# generated with secrets.token_hex()
secret_key = "5ae5fde0015162d9f92dc3e7695594b5ec602a9e4e6a9b87ec264b8270cedd62"