Closed
Description
Version, Branch, or Commit:
Main branch
Expected behavior:
As a developer, I would expect a variable configured like this would be valid in the .env file:
SOME_INT=25 #format=int
Actual behavior:
It currently fails, the variable must be:
SOME_INT=25
I will abide by the code of conduct