-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update production config to use Heroku's names for config variables
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,7 +185,7 @@ module.exports = { | |
* * | ||
***************************************************************************/ | ||
adapter: '@sailshq/connect-redis', | ||
// url: 'redis://user:password@localhost:6379/databasenumber', | ||
url: process.env.REDIS_TLS_URL, | ||
//-------------------------------------------------------------------------- | ||
// /\ OR, to avoid checking it in to version control, you might opt to | ||
// || set sensitive credentials like this using an environment variable. | ||
|
@@ -268,7 +268,7 @@ module.exports = { | |
* * | ||
***************************************************************************/ | ||
adapter: '@sailshq/socket.io-redis', | ||
// url: 'redis://user:[email protected]:9562/databasenumber', | ||
url: process.env.REDIS_TLS_URL, | ||
//-------------------------------------------------------------------------- | ||
// /\ OR, to avoid checking it in to version control, you might opt to | ||
// || set sensitive credentials like this using an environment variable. | ||
|