Load diaspora.yml overrides for test env
This commit is contained in:
parent
e30293b9c1
commit
2ae8b2f611
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ AppConfig ||= Configurate::Settings.create do
|
|||
|
||||
add_provider Configurate::Provider::YAML,
|
||||
File.join(config_dir, "diaspora.yml"),
|
||||
namespace: rails_env, required: false unless rails_env == "test"
|
||||
namespace: rails_env, required: false
|
||||
add_provider Configurate::Provider::YAML,
|
||||
File.join(config_dir, "diaspora.yml"),
|
||||
namespace: "configuration", required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue