You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed meteor in my virtual machine, when i use it under my windows machine it will get an ip address like "192.168.100.128", but will get a new ip address like "192.168.200.128" in my ubuntu. I tried to use two configuration for them to use different ROOT_URL in different machine. But that doesn't work.
I tried to change ROOT_URL under config/linux/env.sh and start up with iron --env linux, but it still use the old IP address in windows machine.
The text was updated successfully, but these errors were encountered:
i have the issue - my development os is windows. the .sh file will only run on linux unless you have something like cygwin running on your windows os and Iron cli would have to run the command with the sh prefix eg sh. env.sh
so the only way i could get this to work was by putting the variable on the command line when running iron eg:
I installed meteor in my virtual machine, when i use it under my windows machine it will get an ip address like "192.168.100.128", but will get a new ip address like "192.168.200.128" in my ubuntu. I tried to use two configuration for them to use different ROOT_URL in different machine. But that doesn't work.
I tried to change ROOT_URL under config/linux/env.sh and start up with iron --env linux, but it still use the old IP address in windows machine.
The text was updated successfully, but these errors were encountered: