diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
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" + |