mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:36:48 +00:00
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:
parent
4981a1f4ae
commit
aef6f07915
@ -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');
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "prototype-app",
|
||||
"name": "community-app",
|
||||
"version": "0.0.0",
|
||||
"ignore": [
|
||||
"lib"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user