Skip to content

Commit

Permalink
Merge pull request #375 from sirensolutions/issue-374-report-chrome-path
Browse files Browse the repository at this point in the history
Add path for Chrome executable. It is used by Report functionality.
  • Loading branch information
sergibondarenko committed Mar 26, 2018
2 parents 81b78ec + 79e0df5 commit a147b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Config-Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sentinl:
ssl: true
report:
active: true
executable_path: '/usr/bin/chromium' # path to Chrome v59+ or Chromium v59+
```
Expand Down Expand Up @@ -67,6 +68,7 @@ sentinl:
# method: POST
report:
active: true
executable_path: '/usr/bin/chromium' # path to Chrome v59+ or Chromium v59+
timeout: 5000
# authentication:
# enabled: true
Expand Down
1 change: 1 addition & 0 deletions docs/HOWTO-Create-Reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ sentinl:
settings:
report:
active: true
executable_path: '/usr/bin/chromium' # path to Chrome v59+ or Chromium v59+
```

#### Report Away!
Expand Down

0 comments on commit a147b79

Please sign in to comment.