Gazebo_simulation-Frontend/public/config.js

6 lines
221 B
JavaScript
Executable File

var configs = {
"authUrl": "http://localhost:8080",
//"authUrl": "https://{{base_url}}{{port_str}}",
//"front_endUrl": "https://sim.{{base_url}}{{port_str}}/"
"front_endUrl": "http://localhost:3006"
};