You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
I have the usual redis.uri string in my application.conf but in a few cases we need to have another password. When I try to add the new redis.uri in test.conf as I do with MySQL the plugin still tries to connect to the uri specified in application.conf.
Is it something that I've missed or is it a bug?
The text was updated successfully, but these errors were encountered:
test.conf is an environment specific config that we use on our development server. We have include "application.conf" in the beginning of that file. So we override application.conf with the specific settings for the development server.
I am trying to override my redis settings.
I have the usual redis.uri string in my application.conf but in a few cases we need to have another password. When I try to add the new redis.uri in test.conf as I do with MySQL the plugin still tries to connect to the uri specified in application.conf.
Is it something that I've missed or is it a bug?
The text was updated successfully, but these errors were encountered: