diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 18:42:50 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 18:42:50 +0100 |
| commit | 3af8911d46913b8e47c2bf18536a1ec4b7c21596 (patch) | |
| tree | 51944840b5d12f2088ef9d0f982557e72d19205a /dist/config.toml | |
| parent | 4c3e5c256930249798768b0195c42efca1428586 (diff) | |
Add systemd service files and fixes
Diffstat (limited to 'dist/config.toml')
| -rw-r--r-- | dist/config.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/config.toml b/dist/config.toml new file mode 100644 index 0000000..a557edc --- /dev/null +++ b/dist/config.toml @@ -0,0 +1,13 @@ +[Listen] +Address = '0.0.0.0' +Port = 80 + +[Command] +Host = '' +Secret = '' + +[[API]] +Enable = true + +[[Web]] +Enable = true |
