Merge pull request #171 from kevgliss/packaging
Fixing the startup port
This commit is contained in:
commit
70a2c985cf
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue