Environment variables to pass to the service, written as Environment=. Use systemd's normal assignment syntax, such as NAME=value.
Enter one or more assignments separated by spaces, for example NODE_ENV=production PORT=3000. Quote values that contain spaces, such as APP_NAME="My App".
For larger or secret-bearing sets of values, prefer an environment file and set permissions on that file carefully.