jruby / jruby-rack

Rack for JRuby and Java appservers
MIT License
397 stars 137 forks source link

Multiline environment variables set with jruby.runtime.env #232

Closed 7h3kk1d closed 3 years ago

7h3kk1d commented 4 years ago

As far as I can tell there's no way to set jruby.runtime.env with values that are multiline env vars. This is useful if you're environment variables contain certificates. Is this something that would be open to a pull request or feature addition?

kares commented 3 years ago

Hey Alexander, probably if there's a need for this kind of features. Any reason why you would not set those from ENV?

7h3kk1d commented 3 years ago

I managed to work around my use case by doing that. We had something that was linting ENV to make sure nothing was slipping by.