pcmt/config/testdata/2.dhall
leo 7d1c65e5a9
All checks were successful
continuous-integration/drone/push Build is passing
config: rename dir testconfigs to testdata
2023-05-06 13:47:46 +02:00

11 lines
352 B
Haskell

let ConfigSchema =
https://git.dotya.ml/mirre-mt/pcmt-config-schema/raw/tag/0.0.0/package.dhall
sha256:c82b0904c261d442e5765c2f47d76ad53c3c3ed16ace1b33416cedf98f2f5df0
? https://git.dotya.ml/mirre-mt/pcmt-config-schema/raw/tag/0.0.0/package.dhall
let Config = ConfigSchema.Schema
let c = Config::{ Host = "localhost" }
in c