Skip to content

Commit

Permalink
updated the oipa api url
Browse files Browse the repository at this point in the history
  • Loading branch information
aunindadf committed Oct 12, 2015
1 parent b8661ff commit 095cc41
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 @@ -31,12 +31,12 @@
include ResultsHelper

# 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/'

set :current_first_day_of_financial_year, first_day_of_financial_year(DateTime.now)
set :current_last_day_of_financial_year, last_day_of_financial_year(DateTime.now)
# 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 095cc41

Please sign in to comment.