D
Dokploy8mo ago
Igor

Can't use empty space in Environment Settings

When I set an environment variable like EMAIL_NAME="My Name", I receive something like EMAIL_NAME=MY NAME in my app, and this breaks the ENV validation.
2 Replies
TheLetslook
TheLetslook8mo ago
Try EMAIL_NAME="'My Name'"
Igor
IgorOP8mo ago
It works, thanks

Did you find this page helpful?