mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
8 lines
324 B
JavaScript
8 lines
324 B
JavaScript
angular.module('configurations', [])
|
|
.constant('API_VERSION', '/mifosng-provider/api/v1')
|
|
.constant('IDLE_DURATION', 30 * 60)
|
|
.constant('WARN_DURATION', 10)
|
|
.constant('KEEPALIVE_INTERVAL', 15 * 60)
|
|
.constant('SECURITY', 'basicauth');
|
|
// Use SECURITY constant as 'oauth' to enable Oauth2 on community app
|