The following confifuration files will allow you to utilize AUTH in connectivity between the Integrify application and the redis server.
- Configure the redis server
Change your redis.conf file to include the following line:
requirepass "thisisthepw"
Make sure you swap "thisisthepw" with your desired password - Configure Integrify
Change your integirfy\app\webserver\server-config.json, adding password: thisisthepw to the redis section similar to the following:redis : {
Configure your integrify\app\settings\settings.config file, adding the following appkey:
"address" : "127.0.0.1",
"port" : 6379,
"password" : "thisisthepw"
},<add key="redis_password" value="thisisthepw" />
Again, make sure you swap "thisisthepw" with your desired password - If your redis server is remote to the Integirify application server, restart redis for the config file changes to take effect
- Restart integrify using the OnPremise Manager for the Integrify application changes to take effect.
Comments
0 comments
Please sign in to leave a comment.