mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
7 lines
262 B
JavaScript
7 lines
262 B
JavaScript
angular.module('configurations', [])
|
|
.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');
|