Piped-Backend icon indicating copy to clipboard operation
Piped-Backend copied to clipboard

Allow for valid hibernate environment variables

Open gmemstr opened this issue 1 year ago • 3 comments

*nix systems can't have periods in their environment variable names, so we instead look for HIBERNATE prefixes, then lowercase and translate underscores to periods. This will allow for better compatibility with *nix systems when configuring likely sensitive hibernate values.

gmemstr avatar Jul 06 '24 22:07 gmemstr