summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-04-12 18:50:34 +0200
committerxengineering <me@xengineering.eu>2023-04-12 18:50:34 +0200
commit4eacd5f54074c6cd73eaef4178c56843ce742445 (patch)
tree66fb1929c84310e27c21d4fc7e21f830849191af /config.go
parentba971b29db4579db8e95d920d6c035d621fe2531 (diff)
downloadceres-4eacd5f54074c6cd73eaef4178c56843ce742445.tar
ceres-4eacd5f54074c6cd73eaef4178c56843ce742445.tar.zst
ceres-4eacd5f54074c6cd73eaef4178c56843ce742445.zip
Switch to unnested config
This is now just not needed.
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.go b/config.go
index 46685d2..4866b23 100644
--- a/config.go
+++ b/config.go
@@ -11,10 +11,6 @@ import (
type RuntimeConfig struct {
Path string
- Http HttpConfig `json:"http"`
-}
-
-type HttpConfig struct {
Host string `json:"bind_host"`
Port string `json:"bind_port"`
Static string `json:"static"`