Skip to content

Commit

Permalink
Merge pull request #113 from Mirasaki/dev
Browse files Browse the repository at this point in the history
feat: allow users to manually point chromium binary executable
  • Loading branch information
Mirasaki committed Jul 19, 2023
2 parents eec9b0b + b8aaa10 commit 73e5e1b
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 548 deletions.
8 changes: 7 additions & 1 deletion config/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ CFTOOLS_API_SECRET=



# Everything else is for developers
# Everything else is optional

# Optional - Use if you're getting the following error:
# Error: Failed to launch the browser process!
# Provide a path here to your Chromium binary executable
# More info: https://wiki.mirasaki.dev/docs/cftools-discord-bot/configuration#optional-dotenv
PATH_TO_CHROME_EXECUTABLE=

# ------------------------- Debug variables ------------------------- #
DEBUG_ENABLED=false
Expand Down
Loading

0 comments on commit 73e5e1b

Please sign in to comment.