summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-08-06 22:04:18 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-08-06 22:04:18 +0100
commit08cbadf5c42c112c7fd7a1b961fb668f19a18973 (patch)
treeaf98b2d5d95674d30d3ec33c2e10b3aa45a034b2 /config.toml
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..a557edc
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,13 @@
+[Listen]
+Address = '0.0.0.0'
+Port = 80
+
+[Command]
+Host = ''
+Secret = ''
+
+[[API]]
+Enable = true
+
+[[Web]]
+Enable = true