diff --git a/app/scripts/modules/configurations.js b/app/scripts/modules/configurations.js index de2b1ea3..f98a9ccf 100644 --- a/app/scripts/modules/configurations.js +++ b/app/scripts/modules/configurations.js @@ -1,6 +1,6 @@ angular.module('configurations', []) -.constant('API_URL_OVERRIDE', 'false') +.constant('API_URL_OVERRIDE', 'true') .constant('TENANT','default') .constant('HOST','https://demo.openmf.org') .constant('API_VERSION','/mifosng-provider/api/v1') -.constant('CONTENT_TYPE','application/json; charset=utf-8'); \ No newline at end of file +.constant('CONTENT_TYPE','application/json; charset=utf-8'); diff --git a/bower.json b/bower.json index eb812b33..5aa8439c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "prototype-app", + "name": "community-app", "version": "0.0.0", "ignore": [ "lib"