-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in support for external redis instance.
SYNAPSE_ENABLE_REDIS=1 will activate redis usage. If this isn't on, the following values will not be honored. SYNAPSE_REDIS_HOST set to the ip of your external redis instance, defaults to 'localhost'. SYNAPSE_REDIS_PORT set to the port number of your redis server, defaults to '6379'. SYNAPSE_REDIS_PASSWORD set to the password of your redis server, if used. Defaults to an empty string.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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
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