Skip to content
Snippets Groups Projects
Commit f3b37a79 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

adding local deployment to env.js

parent bc1282f1
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ A service in angular will capture this info and add it to a service
case 'archive-new.nrao.edu':
window.__env.configUrl = 'https://archive-new.nrao.edu/VlassMngr/services/configuration';
break;
case 'localhost':
window.__env.configUrl = 'http://localhost:8080/VlassMngr/services/configuration';
break;
default:
window.__env.configUrl = 'https://webtest.aoc.nrao.edu/VlassMngr/services/configuration';
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment