Commit
92dcd21f6c327e70d5cf200768c66a0140a5376c
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
Add staging environment
| @@ -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
| + |