Add configuration and v1 server implementation; create handler methods for command execution and listing

This commit is contained in:
alex
2025-06-22 17:09:47 +03:00
parent c15e6c5b15
commit 27bda702bd
14 changed files with 10 additions and 8 deletions

8
cfg/config.yaml Normal file
View File

@@ -0,0 +1,8 @@
mode: "dev"
http_server:
address: "localhost:8080"
timeout: 3s
idle_timeout: 30s
com_dir: "com/"