Skip to content

Commit

Permalink
Merge pull request ether#1 from pedrobmarin/mconf
Browse files Browse the repository at this point in the history
Extra configurations to use ep_redis_publisher
  • Loading branch information
ffdixon authored May 29, 2019
2 parents 5bc37fc + 139e796 commit 0dffb0b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@
},
*/

/*
"dbType" : "redis",
"dbSettings" : {
"host" : "localhost",
"port" : 6379,
"client_options": {
"password": "PASSWORD"
}
},
*/

/*
* The default text of a pad
*/
Expand Down Expand Up @@ -345,6 +356,24 @@
"deleteAtStart": true
},

/*
* Redis publisher plugin configuration.
* npm i git+https://git@github.com/pedrobmarin/ep_redis_publisher.git
*/

"ep_redis_publisher": {
"host" : "redis",
"port" : 6379
},

/*
"ep_redis_publisher": {
"host" : "localhost",
"port" : 6379,
"password": "PASSWORD"
},
*/

/*
* Toolbar buttons configuration.
*
Expand Down

0 comments on commit 0dffb0b

Please sign in to comment.