Skip to content
Snippets Groups Projects
Commit 18ecda93 authored by Jim Sheckard's avatar Jim Sheckard
Browse files

Merge branch 'location_edit_pass2' into 'release/2.3.0-RC1'

vlass-test environment

See merge request !3
parents ca6f8fb7 fb3f7777
No related branches found
No related tags found
2 merge requests!5Release branch into main pre-deployment,!3vlass-test environment
......@@ -7,8 +7,8 @@ A service in angular will capture this info and add it to a service
window.__env = window.__env || {};
switch (window.location.hostname) {
case 'archive-test.nrao.edu':
window.__env.configUrl = 'https://archive-test.nrao.edu/VlassMngr/services/configuration';
case 'vlass-test.nrao.edu':
window.__env.configUrl = 'https://vlass-test.nrao.edu/VlassMngr/services/configuration';
break;
case 'archive-new.nrao.edu':
window.__env.configUrl = 'https://archive-new.nrao.edu/VlassMngr/services/configuration';
......
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