mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
14 lines
438 B
Bash
14 lines
438 B
Bash
# 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
|