Mathieu
09/24/2024, 9:12 AMuser
09/24/2024, 9:13 AMMathieu
09/24/2024, 9:16 AMuser
09/24/2024, 9:16 AMuser
09/24/2024, 9:17 AM.env
file for Airbyte can be found in the root directory of the Airbyte repository. If you're running Airbyte using Docker, the .env
file is used to configure the default Airbyte Docker deployment. The docker-compose.yaml
file injects appropriate variables into the containers from this .env
file ([source](https://docs.airbyte.com/operator-guides/configuring-airbyte)). If you're setting up Airbyte to read files from a local filesystem, you'll also need to modify the .env
file in your local Airbyte root folder. This file contains values for LOCAL_ROOT
, LOCAL_DOCKER_MOUNT
, and HACK_LOCAL_ROOT_PARENT
that need to be set to an existing absolute path on your machine ([source](https://docs.airbyte.com/integrations/sources/file#local-filesystem-airbyte-open-source-only)). Remember to replace the placeholders with your actual values when modifying the .env
file.