path property

String path
final

The file path of the .env file, relative to the project root, which will be used to generate environment variables.

If null or an empty String, .env is used.

Implementation

final String path;