Skip to content

Commit

Permalink
Standardized redis url format to what is used in site documentation f…
Browse files Browse the repository at this point in the history
…or db (numerical database names only).
  • Loading branch information
Scott Reed committed May 9, 2018
1 parent a80039e commit 2fecba7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ module.exports = {
* *
***************************************************************************/
// adapter: '@sailshq/connect-redis',
// url: 'redis://user:password@localhost:6379/dbname',
// url: 'redis://user:password@localhost:6379/dbindex',
//--------------------------------------------------------------------------
// /\ OR, to avoid checking it in to version control, you might opt to
// || set sensitive credentials like this using an environment variable.
//
// For example:
// ```
// sails_session__url=redis://admin:myc00lpAssw2D@bigsquid.redistogo.com:9562/sessions
// sails_session__url=redis://admin:myc00lpAssw2D@bigsquid.redistogo.com:9562/5
// ```
//
//--------------------------------------------------------------------------
Expand Down

0 comments on commit 2fecba7

Please sign in to comment.