Skip to content

Commit

Permalink
Restore Config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Jan 24, 2024
1 parent d452d53 commit 1128437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/Utility/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ var Config = Class.extend(
* Default parameters
*/
params: {
'back_end' : "http://localhost:8081/",
'web_root_url' : "http://localhost:8080",
'back_end' : "https://api.helioviewer.org/",
'web_root_url' : "https://helioviewer.org",
'build_num' : 700,
'default_image_scale' : 4.8408817,
'ref_image_scale' : 0.60511022,
Expand All @@ -25,7 +25,7 @@ var Config = Class.extend(
'max_tile_layers' : 5,
'prefetch_size' : 0,
'news_url' : "https://helioviewer-project.github.io/",
'user_video_feed' : "http://localhost:8081/",
'user_video_feed' : "https://api.helioviewer.org/",
'contact_email' : "HelioViewerDevelopment@nasa.onmicrosoft.com",
'regenerate_movie_threshold': 90,
'enable_helios_backlinks' : false,
Expand Down

0 comments on commit 1128437

Please sign in to comment.