diff --git a/chapters/sec1/1-5-deployments.qmd b/chapters/sec1/1-5-deployments.qmd index 28d77cf8..d1862f08 100644 --- a/chapters/sec1/1-5-deployments.qmd +++ b/chapters/sec1/1-5-deployments.qmd @@ -281,7 +281,7 @@ prod. You might write the config file below to describe this behavior: dev: write: false db-path: dev-db -test +test: write: true prod: write: true