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

Merge pull request #1 in SSA/vlass_manager_ui from local_deployment to vlassUI1.2.2

* commit 'f3b37a79':
  adding local deployment to env.js
parents ed16382a f3b37a79
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