Skip to content

Commit

Permalink
Updated config file for docker. (#584)
Browse files Browse the repository at this point in the history
* Updated config file for docker.

* Added mode in default config.

* Added cacheDir in default config.
  • Loading branch information
shreyas-damle authored Oct 10, 2024
1 parent 7f98ac0 commit 997dba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion deploy/docker/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ reports:
format: pdf
renderer: weasyprint
cacheDir: /opt/.pebblo
anonymizeSnippets: False
classifier:
anonymizeSnippets: False
mode: all
storage:
type: file
5 changes: 3 additions & 2 deletions docs/gh_pages/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ logging:
reports:
format: pdf
renderer: xhtml2pdf
outputDir: ~/.pebblo
classifier:
cacheDir: ~/.pebblo
anonymizeSnippets: False
classifier:
mode: all
storage:
type: file
```
Expand Down

0 comments on commit 997dba6

Please sign in to comment.