Skip to content

Commit

Permalink
Update casc setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stellargo committed Jul 22, 2020
1 parent 43a9041 commit 55a3c0a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,16 @@ A sample YAML file is provided below for configuring this plugin using JCasC:

```
unclassified:
redis:
host: "localhost"
port: 6379
ssl: false
database: 0
connectionTimeout: 3000
socketTimeout: 3000
fingerprints:
storage:
redis:
host: "localhost"
port: 6379
ssl: false
database: 0
connectionTimeout: 3000
socketTimeout: 3000
credentialsId: "foo"
```

== Setting up the Plugin locally for Development
Expand Down

0 comments on commit 55a3c0a

Please sign in to comment.