chore: update caddy configuration

This commit is contained in:
Prad Nukala
2024-09-26 15:58:49 -04:00
parent 6df798f458
commit 08035b6f85
15 changed files with 351 additions and 65 deletions
+2
View File
@@ -9,4 +9,6 @@ type Config struct {
Motr *Motr `pkl:"motr" json:"motr,omitempty"`
Schema *Schema `pkl:"schema" json:"schema,omitempty"`
ProxyUrl string `pkl:"proxyUrl" json:"proxyUrl,omitempty"`
}