mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Use prod best practices for Sails
This commit is contained in:
parent
49565ff1db
commit
6b1ba2be5c
1 changed files with 2 additions and 2 deletions
4
website/config/env/production.js
vendored
4
website/config/env/production.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue