Skip to content

Commit

Permalink
refactor: default config
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Jun 3, 2020
1 parent ca5aaea commit c1ebeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# default values for some ENV variables
ENV['APPLICATION'] ||= "content-negotiation"
ENV['HOSTNAME'] ||= "data.local"
ENV['API_URL'] ||= "https://api.test.datacite.org"
ENV['API_URL'] ||= "https://api.stage.datacite.org"
ENV['MEMCACHE_SERVERS'] ||= "memcached:11211"
ENV['SITE_TITLE'] ||= "Content Resolver"
ENV['LOG_LEVEL'] ||= "info"
Expand Down
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h4><span class="red">43.48 %</span> covered</h4>
<li class="missed" data-hits="0" data-linenumber="19">


<code class="ruby"> media_url = Rails.env.production? ? &quot;https://api.datacite.org&quot; : &quot;https://api.test.datacite.org&quot;</code>
<code class="ruby"> media_url = Rails.env.production? ? &quot;https://api.datacite.org&quot; : &quot;https://api.stage.datacite.org&quot;</code>
</li>

<li class="missed" data-hits="0" data-linenumber="20">
Expand Down

0 comments on commit c1ebeeb

Please sign in to comment.