X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=dhall%2FConfig.dhall;h=dad94f9cac752864884ee79e342246c1f0ab62dc;hb=2187c77a0f6b6d3e178e6d1a695bc954f57ecb72;hp=f1a28fc8cc9fcc676f64b37e3149b8a5554ff30f;hpb=77e27a11c31fee82c2ff30613bc832f5171fa845;p=github%2Ffretlink%2Fansible-kong-app.git diff --git a/dhall/Config.dhall b/dhall/Config.dhall index f1a28fc..dad94f9 100644 --- a/dhall/Config.dhall +++ b/dhall/Config.dhall @@ -1 +1,2 @@ -let Server = ./server/Server.dhall in { kong_servers : List Server } +let Server = ./server/package.dhall in { kong_servers : List Server.Type } +