Changed the name from prototype to community-app in bower.json. Also set API_URL_OVERRIDE to true by default to make it easier for newbies to get started

This commit is contained in:
Gurpreet Luthra 2013-11-18 10:57:35 +05:30
parent 4981a1f4ae
commit aef6f07915
2 changed files with 3 additions and 3 deletions

View File

@ -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');
.constant('CONTENT_TYPE','application/json; charset=utf-8');

View File

@ -1,5 +1,5 @@
{
"name": "prototype-app",
"name": "community-app",
"version": "0.0.0",
"ignore": [
"lib"