summaryrefslogtreecommitdiff
path: root/config.def.toml
blob: 0789501d9752ce730544636366d210b9d0a2cd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
token = ""
sudoers = [""]

# NPM Logging levels :
#
#  error: 0, 
#  warn: 1, 
#  info: 2, 
#  verbose: 3, 
#  debug: 4, 
#  silly: 5 

database = "database.sqlite"

[logging.console]
enabled = true
minimal = "verbose"

[logging.file]
enabled = false
path = "genki.log"
minimal = "info"