Commit
92dcd21f6c327e70d5cf200768c66a0140a5376c
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
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
| + |