Skip to content

Commit

Permalink
devtracker.rb: updated the 'oipa_api_url' for the server
Browse files Browse the repository at this point in the history
  • Loading branch information
aunindadf committed Oct 8, 2015
1 parent bd626a2 commit 1c2bc3c
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 1c2bc3c

Please sign in to comment.