Skip to content

Commit

Permalink
update app config web service port
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jun 27, 2018
1 parent 11cff9b commit 150858a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var appConfig = {
// Set this to the webService if mocking AuthService

'authService': 'https://labs.library.tamu.edu/auth3',
'webService': 'http://localhost:9002',
'webService': 'http://localhost:9001',

'storageType': 'session',

Expand All @@ -35,4 +35,5 @@ var appConfig = {
// otherwise set to null or false

'mockRole': null

};

0 comments on commit 150858a

Please sign in to comment.