adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 17 forks source link

GH-213: enhance WorkspaceUtil to also search in environment variables… #216

Closed francoisledroff closed 5 months ago

francoisledroff commented 5 months ago

See: #213

Description

As described in the issue, added the possibility to get the configuration for the Workspace from environment variables, which makes it easier to use.

Related Issue

213

https://github.com/adobe/aio-lib-java/pull/214

Motivation and Context

Enable the usage of environment variables in docker containers where an entrypoint is defined in exec form, passing the configurations through ENV variables without the need to bind them using the system properties, which turns out to be really cumbersome.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: