Improve this doc View source

STORMPATH_CONFIG
object in module stormpath

Description

This constant allows you to configure the internal settings of the module, such as authentication endpoints and the names of events. These properties must be modified within a config block.

Example:

    angular.module('myapp')
      .config(function(STORMPATH_CONFIG){
          STORMPATH_CONFIG.ENDPOINT_PREFIX = 'http://api.mydomain.com';
      });

Properties