dotEnvContent property

String dotEnvContent
getter/setter pair

Template for the .env file content.

Implementation

static String dotEnvContent = '''
  .env files are for storing environment variables.
  Please make sure to add anytype of sensitive information in this file.

  # Example
  API_KEY=your_api_key
  API_SECRET=your_api_secret
  ''';