Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nes55 committed May 31, 2021
1 parent f2a6b81 commit 5ddb9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@ config.web = {};

config.zooming.speed = process.env.loc_para1;
config.rotation.speed = process.env.loc_para2;
config.initial.FOV = '80';
config.initial.FOV = "80";
config.MAX.fov = "100";
config.MIN.FOV = 10
config.MIN.FOV = "10";
config.web.port = process.env.WEB_PORT || 5500;

module.exports = config;

0 comments on commit 5ddb9f6

Please sign in to comment.