Merge pull request #171 from kevgliss/packaging

Fixing the startup port
This commit is contained in:
kevgliss 2015-12-02 17:14:24 -08:00
commit 70a2c985cf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var lemur = angular
$authProvider.oauth2({ $authProvider.oauth2({
name: 'example', name: 'example',
url: 'http://localhost:5000/api/1/auth/ping', url: 'http://localhost:8000/api/1/auth/ping',
redirectUri: 'http://localhost:3000/', redirectUri: 'http://localhost:3000/',
clientId: 'client-id', clientId: 'client-id',
responseType: 'code', responseType: 'code',