Skip to content

Commit

Permalink
change in oipa url
Browse files Browse the repository at this point in the history
  • Loading branch information
g-shafiullah committed Oct 7, 2015
1 parent 646e481 commit d1d96e9
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 @@ -29,12 +29,12 @@
include CommonHelpers

# 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 d1d96e9

Please sign in to comment.