Closed Qqwy closed 10 months ago
When currently following the 'Running as a developer' steps in the README, Hoff does not start but instead throws the following error:
$ cabal run hoff config.json Starting Hoff v0.32.2 Config file: config.json Read-only: False Failed to parse configuration file 'config.json'. Error in $: parsing Configuration.Configuration(Configuration) failed, key "promotionTimeout" not found
Seems that the promotionTimeout field exists in package/example-config.json but it is still missing in doc/example-dev-config.json.
promotionTimeout
package/example-config.json
doc/example-dev-config.json
This PR copies the missing field to doc/example-dev-config.json to make sure building-and-running Just Works :tm: for other devs in the future.
@OpsBotPrime merge
Pull request approved for merge by @Qqwy, rebasing now.
Rebased as 2609a21a5bcfe841b4f40224353a06592b4f70bc, waiting for CI …
CI job :yellow_circle: started.
When currently following the 'Running as a developer' steps in the README, Hoff does not start but instead throws the following error:
Seems that the
promotionTimeout
field exists inpackage/example-config.json
but it is still missing indoc/example-dev-config.json
.This PR copies the missing field to
doc/example-dev-config.json
to make sure building-and-running Just Works :tm: for other devs in the future.