Use prod best practices for Sails
This commit is contained in:
Vendored
+2
-2
@@ -184,7 +184,7 @@ module.exports = {
|
||||
* > (For a full list, see https://sailsjs.com/plugins/sessions) *
|
||||
* *
|
||||
***************************************************************************/
|
||||
// adapter: '@sailshq/connect-redis',
|
||||
adapter: '@sailshq/connect-redis',
|
||||
// url: 'redis://user:password@localhost:6379/databasenumber',
|
||||
//--------------------------------------------------------------------------
|
||||
// /\ OR, to avoid checking it in to version control, you might opt to
|
||||
@@ -267,7 +267,7 @@ module.exports = {
|
||||
* (https://sailsjs.com/docs/concepts/deployment/scaling) *
|
||||
* *
|
||||
***************************************************************************/
|
||||
// adapter: '@sailshq/socket.io-redis',
|
||||
adapter: '@sailshq/socket.io-redis',
|
||||
// url: 'redis://user:password@bigsquid.redistogo.com:9562/databasenumber',
|
||||
//--------------------------------------------------------------------------
|
||||
// /\ OR, to avoid checking it in to version control, you might opt to
|
||||
|
||||
Reference in New Issue
Block a user