You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a modification to "load-config" that optionally allows the caller to supply a function to look up the environment variables. Doing so would support use cases where the developer has adopted adzerk-oss/env or weavejester/environ or whatever is their favorite "12 factor app" style environment configuration lib.
I'd like to propose a modification to "load-config" that optionally allows the caller to supply a function to look up the environment variables. Doing so would support use cases where the developer has adopted adzerk-oss/env or weavejester/environ or whatever is their favorite "12 factor app" style environment configuration lib.
So essentially, something like this
allowing the user to optionally supply the lookup as a lambda like so
I haven't thought through the joplin.alias use case... Ideally the same "lookup" substitution would work there too.
The text was updated successfully, but these errors were encountered: