# Copy this file to `.env` and customize the paths to match your environment. # Relative paths are resolved from the repository root when running locally. ABOGEN_SETTINGS_DIR=./config ABOGEN_TEMP_DIR=./storage/tmp ABOGEN_OUTPUT_DIR=./storage/output # UID/GID used when running the Docker container. 1000:1000 matches most Linux hosts. # Find your current values with: # id -u # UID # id -g # GID ABOGEN_UID=1000 ABOGEN_GID=1000