Commit b2332da14286daa78fd8c57acb5d921ff6ea1f7f
1 parent
09d4c27f
Include KalibroClient configuration on colab environment
* So Prezento knows how to find KalibroConfigurations and KalibroProcessor
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
config/environments/colab.rb
... | ... | @@ -45,6 +45,9 @@ Rails.application.configure do |
45 | 45 | # Raises error for missing translations |
46 | 46 | # config.action_view.raise_on_missing_translations = true |
47 | 47 | |
48 | + # Kalibro URL | |
49 | + KalibroClient.configure_with(Rails.root.join('config', 'kalibro.yml')) | |
50 | + | |
48 | 51 | # Responds on a subdirectory |
49 | 52 | config.relative_url_root = '/mezuro' |
50 | 53 | end | ... | ... |