How to set meteor ROOT_URL for mobile device deployment -


i'm trying deploy meteor app on ios device using

meteor run ios-device --mobile-server myapp.meteor.com 

but unfortunately every time meteor goes online says

=> started app on ios device.                  => started mongodb.                            => started app.                            => app running at: http://localhost:3000/ 

how change point url instead?

i looked around , people saying set these variables. question how , set these variables?

meteor.absoluteurl.defaultoptions.rooturl process.env.root_url process.env.mobile_root_url  process.env.mobile_ddp_url 

many thanks!


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -