summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-07 20:44:06 +0100
committerstuebinm2022-03-19 19:26:19 +0100
commita55e0ce93d6a567e76c5a932a304c1c07fab0087 (patch)
treede82cbfedf1ddf822b1b4e9b4d65df60d0423718 /config.toml
parentf10f80a2ae99aa9c57c4ceefa67e7e5aa3fa53c8 (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"
+