File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363# set :oipa_api_url, 'https://devtracker-entry.oipa.nl/api/'
6464# set :oipa_api_url, 'https://fcdo.iati.cloud/search/'
6565# set :oipa_api_url, 'https://fcdo-direct-indexing.iati.cloud/search/'
66- #set :bind, '0.0.0.0' # Allows for vagrant pass-through whilst debugging
66+ # set :bind, '0.0.0.0' # Allows for vagrant pass-through whilst debugging
6767
6868# Server Machine: set global settings to use varnish cache
6969set :oipa_api_url , 'http://127.0.0.1:6081/search/'
Original file line number Diff line number Diff line change @@ -1520,7 +1520,7 @@ def generateCountryDatav7()
15201520 end
15211521 if ( projectDataHash . has_key? ( 'SO' ) )
15221522 projectDataHash [ '-99SOM' ] = { }
1523- projectDataHash [ '-99SOM' ] [ "id" ] = 'SO '
1523+ projectDataHash [ '-99SOM' ] [ "id" ] = '-99SOM '
15241524 projectDataHash [ '-99SOM' ] [ "country" ] = projectDataHash [ 'SO' ] [ "country" ]
15251525 projectDataHash [ '-99SOM' ] [ "projects" ] = projectDataHash [ 'SO' ] [ "projects" ]
15261526 projectDataHash [ '-99SOM' ] [ "budget" ] = projectDataHash [ 'SO' ] [ "budget" ]
You can’t perform that action at this time.
0 commit comments