Skip to content

Commit

Permalink
devtracker.rb:change oipa_api_url for varnish
Browse files Browse the repository at this point in the history
  • Loading branch information
g-shafiullah committed Sep 21, 2015
1 parent 55f10a2 commit 13631b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
include ProjectHelpers

# Developer Machine: set global settings
set :oipa_api_url, 'http://dfid-oipa.zz-clients.net/api/'
#set :oipa_api_url, 'http://dfid-oipa.zz-clients.net/api/'

# Server Machine: set global settings
#set :oipa_api_url, 'http://127.0.0.1:6081/api/'
set :oipa_api_url, 'http://127.0.0.1:6081/api/'

#ensures that we can use the extension html.erb rather than just .erb
Tilt.register Tilt::ERBTemplate, 'html.erb'
Expand Down

0 comments on commit 13631b3

Please sign in to comment.