summaryrefslogtreecommitdiff
path: root/config.def.toml
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sio.be>2021-02-19 11:43:18 +0100
committerAlejandro Sior <aho@sio.be>2021-02-19 11:43:18 +0100
commit405051211d60afa8a7fc4fc3fa5ffb456242973d (patch)
treedbae34350c3a54f422da70f1b7fbd857a8f5a116 /config.def.toml
initial commit
Diffstat (limited to 'config.def.toml')
-rw-r--r--config.def.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/config.def.toml b/config.def.toml
new file mode 100644
index 0000000..0789501
--- /dev/null
+++ b/config.def.toml
@@ -0,0 +1,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"