diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-17 13:35:16 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-17 13:35:16 +0000 |
| commit | e247b141a98ab7b55d54ca5c7be8347fd076bda2 (patch) | |
| tree | c531b93ad3451943ad288452cc72ef65190b13c2 /.env.sample | |
| parent | 561bef94d9229b3125228d7a6110847a4899591d (diff) | |
| download | karakeep-e247b141a98ab7b55d54ca5c7be8347fd076bda2.tar.zst | |
fix: Let the crawler wait a bit more for page load
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index fd160adb..befdb5c3 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,8 @@ # Must have a scheme in the beginning (e.g. file://) # DATABASE_URL= -# LOG_LEVEL="debug" +# LOG_LEVEL=debug +# CRAWLER_HEADLESS_BROWSER=true + # Redis for BullMQ |
