adds ability to override defaults with env vars, adds debug to config and updates readme.

This commit is contained in:
cubixle
2022-04-20 21:57:59 +01:00
parent d76f4562dd
commit 97cad0fb2b
4 changed files with 29 additions and 12 deletions
+1
View File
@@ -19,6 +19,7 @@ type Proxy struct {
}
type File struct {
Debug bool `yaml:"debug"`
Endpoints []Endpoint `yaml:"endpoints"`
}