0
votes

I have a Rails app hosted on an Azure virtual machine.

Every mailer tutorial recommends to store your domain and settings for incoming and outgoing emails in environment variables.

Is it safe then just to set them as normal linux env variables in the virtual machine? Or better use the Azure portal?

1

1 Answers

2
votes

For Azure VM's you cannot set those (Env Variables) using the portal. Just ssh into the VM and set those.