Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 705343 Details for
Bug 912665
Error message is duplicate when upgrading plan to MegaShift using unactivted account on devenv-stage.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/var/www/openshift/site/config/environments/development.rb
file_912665.txt (text/plain), 3.07 KB, created by
Yujie Zhang
on 2013-03-05 09:14:09 UTC
(
hide
)
Description:
/var/www/openshift/site/config/environments/development.rb
Filename:
MIME Type:
Creator:
Yujie Zhang
Created:
2013-03-05 09:14:09 UTC
Size:
3.07 KB
patch
obsolete
>RedHatCloud::Application.configure do > # Settings specified here will take precedence over those in config/application.rb > > # In the development environment your application's code is reloaded on > # every request. This slows down response time but is perfect for development > # since you don't have to restart the webserver when you make code changes. > config.cache_classes = false > config.reload_plugins = true > > # Log error messages when you accidentally call methods on nil. > config.whiny_nils = true > > config.log_level = :debug > > # Show full error reports and disable caching > config.consider_all_requests_local = true > config.action_controller.perform_caching = false > > # Don't care if the mailer can't send > config.action_mailer.raise_delivery_errors = false > > # Print deprecation notices to the Rails logger > config.active_support.deprecation = :log > > # Only use best-standards-support built into browsers > config.action_dispatch.best_standards_support = :builtin > > ############################################ > # OpenShift Configuration Below this point # > ############################################ > config.integrated = true > config.streamline = { > :host => 'https://streamline-proxy1.ops.rhcloud.com', > :base_url => '/wapps/streamline', > :register_secret => 'c0ldW1n3', > :user_info_secret => 'sw33tl1Qu0r', > :cookie_domain => :nil, > :timeout => 20 > } > config.captcha_secret = 'zvw5LiixMB0I4mjk06aR' > config.sso_verify_interval = 0 > config.captcha_types = [:recaptcha,:picatcha] > > # Aria API information > config.aria_enabled = true > config.aria_uri = "https://streamline-proxy1.ops.rhcloud.com/api/ws/api_ws_class_dispatcher.php" > config.aria_auth_key = "sRvjFqjSadu3AFB8jRAR3tqeH5Qf6XjW" > config.aria_client_no = 3754655 > config.aria_default_plan_no = 10044929 > config.aria_force_test_users = true > # Aria direct post configuration - uses public URL > config.aria_direct_post_uri = "https://secure.current.stage.ariasystems.net/api/direct_post.php" > config.aria_direct_post_name = nil > config.aria_direct_post_redirect_base = nil > > # Promo code Email notification setup > config.email_from = 'OpenShift <noreply@openshift.redhat.com>' > config.marketing_mailing_list = 'Marketing Mailing List <jgurrero@redhat.com>' > config.action_mailer.delivery_method = :test > config.action_mailer.perform_deliveries = false > > # Twitter API information > config.twitter_api_site = 'https://api.twitter.com' > config.twitter_api_prefix = '/1.1/statuses/' > config.twitter_oauth_consumer_key = 'kRJ1Hjo3uNd2M8zKCCF0bw' > config.twitter_oauth_consumer_secret = 'psNvYg3IOAhWtngxBobajkYWKlus53xkNBQxWz3MU' > config.twitter_oauth_token = '17620820-rm2UBzOWYrETRh2Ut4rjkGISqmkfdlVKSYcmmAOGt' > config.twitter_oauth_token_secret = 'aFfOPRBJBckWarMxlWYg3MljK6EgoaKUW9CjFSsaG8' > > # Do not compress assets > config.assets.compress = false > > # Expands the lines which load the assets > config.assets.debug = true > > Console.configure do |c| > c.api = (ENV['CONSOLE_API_MODE'] || 'local').to_sym > end >end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 912665
:
699412
| 705343 |
705344