Running Meteor App - Windows query cannot pass arguments?

Hi,

I use the below in UAT to run my app in Ubuntu and this works fine:

MAIL_URL="smtp://postmaster@mg.videotranslator.ai:dbb714cdcf08555b938cd06ba070883a-2b778fc3-ddcc9e7e@smtp.mailgun.org:587" meteor --settings settings-development.json

How do I do this in Powershell?

Just started using Windows again after ages. Pointers appreciated. Thanks so much.

In PowerShell, Iā€™d use something like:

$env:MAIL_URL="url goes here"
meteor --settings ...
1 Like

Mate been ages. I gave up and windows was too hard (other stuff), so went back to Ubuntu.

Appreciate answer as always. Hope you are well and really good to see you still around meteor scene!