Commit 9f49ab096eb113dbee9f0a0b73430c2c9e329897
1 parent
f0793ce1
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 | ... | ... |