Commit
a499eda4f237c15acf4fecb29e5e7555f512d17c
Exists in
master
and in
21 other branches
1.2+SPB2, 2_split_by_role, add_fields_in_api, api_pagination, api_private_token, api_tasks, article_hit_count, checkbox_to_user_can_edit_page, communities_ratings, communities_ratings_moderation, community_ratings_rebase, fix_cloned_article_parent, fix_gallery_image_url, fix_javascript_categories, fix_user_email_validation, highlight_block_fix, notification_plugin, notification_plugin_rebase, script_to_update, split_by_role, temp_ratings
Merge branch 'staging-environment' into 'master'
Add staging environment
See merge request !611
| @@ -0,0 +1,13 @@ |
| @@ -0,0 +1,13 @@ |
| |
1
| +# inherit from production |
| |
2
| +require_relative 'production' |
| |
3
| + |
| |
4
| +Noosfero::Application.configure do |
| |
5
| + |
| |
6
| + # expose errors |
| |
7
| + config.consider_all_requests_local = true |
| |
8
| + |
| |
9
| + # ease debug |
| |
10
| + config.assets.compress = false |
| |
11
| + |
| |
12
| +end |
| |
13
| + |