Skip to content

Commit

Permalink
add the browser config example
Browse files Browse the repository at this point in the history
  • Loading branch information
shenchucheng committed Feb 2, 2024
1 parent e246a9c commit a515f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config2.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ search:
api_key: "YOUR_API_KEY"
cse_id: "YOUR_CSE_ID"

browser:
engine: "playwright" # playwright/selenium
browser_type: "chromium" # playwright: chromium/firefox/webkit; selenium: chrome/firefox/edge/ie

mermaid:
engine: "pyppeteer"
path: "/Applications/Google Chrome.app"
Expand Down

0 comments on commit a515f70

Please sign in to comment.