Add option to configure poseidon

It exists a default configuration. It can be overwritten by adding
a configuration.yaml. This can again be overwritten by environment
variables.
This commit is contained in:
Felix Auringer
2021-04-28 15:22:31 +02:00
parent 13c0752d99
commit f95d96acd8
5 changed files with 128 additions and 2 deletions

1
go.mod
View File

@ -5,4 +5,5 @@ go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)