From 18ec6168198420c0c084e6aeb77096dd85bb3f53 Mon Sep 17 00:00:00 2001 From: shenchucheng Date: Fri, 24 May 2024 16:03:57 +0800 Subject: [PATCH] update the config example of the pyppeteer mermaid engine --- config/config2.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config2.example.yaml b/config/config2.example.yaml index e57ec3ee8..64cce630f 100644 --- a/config/config2.example.yaml +++ b/config/config2.example.yaml @@ -35,7 +35,7 @@ browser: mermaid: engine: "pyppeteer" - path: "/Applications/Google Chrome.app" + pyppeteer_path: "/Applications/Google Chrome.app" redis: host: "YOUR_HOST"