summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-07 20:44:06 +0100
committerstuebinm2022-02-07 20:44:06 +0100
commit3a109e79363b52e22da35aaecf666014a75fcb63 (patch)
treee9750fe27fcd004f16054dfd4704283785888578 /config.toml
parent729a1983372ed23ec0ceeeb1acdadc6e6989b37a (diff)
server: simple toml config
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..94e189c
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,8 @@
+
+
+port = 8080
+
+tmpdir = "/tmp"
+entrypoint = "main.json"
+lintconfig = "./config.json"
+