summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-09 18:23:58 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-09 18:23:58 -0500
commitb94f8e694bf01f5dba9ce2c01f589463a3dfbc69 (patch)
treec787530e63fb510db31533166edf1b9ff54be62a /config.toml
parent117d33fc478bf529094850b1fe40c558f04c9865 (diff)
feat!: rewrite to use traits and streams
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 306c16b..b60b25c 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
root = "assets"
-address = "127.0.0.1:8084"
+address = "127.0.0.1:8080"
[services]
"tobyvin.dev" = { url = "https://tobyvin.dev" }
-ollama = { service = "ollama.service" }
+test_cmd = { command = "stat", args = ["/tmp/test_file"] }
dns = { address = "10.42.0.1:53" }