Skip to content

Commit

Permalink
fix(project) fix login from localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
dcugh committed Apr 8, 2019
1 parent beb2c8b commit d9d0524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDAO_Client_React/app/js/config/serviceURLs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let _metadataServiceURL = ''
let _mapServerBaseURL = ''

if (CONSTANTS.DEV) {
_apiBaseURL = 'https://localhost:44301/odata/' //'https://localhost:44301/odata/'
_apiBaseURL = 'http://app01.saeon.ac.za/ndaotestapi/odata/' //'https://localhost:44301/odata/'
_siteBaseURL = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/`
_ccrdBaseURL = 'http://app01.saeon.ac.za/nccrdtestapi/odata/' //'http://localhost:62553/odata/'
_ccrdSiteBaseURL = 'http://app01.saeon.ac.za/nccrdtestsite/#/' //'http://localhost:8085/#/'
Expand Down

0 comments on commit d9d0524

Please sign in to comment.