two different keys set the same key in .env for the leading AIO_
prefix (quirk)
#49
Labels
bug
Something isn't working
AIO_
prefix (quirk)
#49
For an .env file
Both keys are effectively the same key
runtime.auth
This will not be apparent to the user, and may just be a documentation issue.
AIO_RUNTIME_AUTH
is processed asruntime.auth
AIO__RUNTIME_AUTH
is processed as.runtime.auth
(note the leading period). The leading period is split out when callingsetValue
.Fix:
Document that any .env vars that are prefixed by
AIO_
orAIO__
are equivalent (one or two underscores). Anything more than two will be reflected as an underscore itself.The text was updated successfully, but these errors were encountered: