# Comma-separated list of syncable repo owners. ???
# Default: empty
# Example: user1,user2
#WOODPECKER_REPO_OWNERS=
# Enable to allow user registration.
# Default: false
#WOODPECKER_OPEN=
# Link to documentation in the UI.
# Default: https://woodpecker-ci.org/
#WOODPECKER_DOCS=
# Always use authentication to clone repositories even if they are public. Needed if the SCM requires to always authenticate as used by many companies.
# Default: false
#WOODPECKER_AUTHENTICATE_PUBLIC_REPOS=
# The default docker image to be used when cloning the repo
# Default: woodpeckerci/plugin-git:latest
#WOODPECKER_DEFAULT_CLONE_IMAGE=
# Configures the session expiration time.
# Default: 72h
#WOODPECKER_SESSION_EXPIRES=
# Docker images to run in privileged mode. Only change if you are sure what you do!
# Token to secure the Prometheus metrics endpoint.
# Default: empty
#WOODPECKER_PROMETHEUS_AUTH_TOKEN=
# Context prefix Woodpecker will use to publish status messages to SCM. You probably will only need to change it if you run multiple Woodpecker instances for a single repository.
# Default: ci/woodpecker
#WOODPECKER_STATUS_CONTEXT=
# The maximum amount of memory a single pipeline container is allowed to swap to disk, configured in bytes. There is no limit if 0.
# Default: 0
#WOODPECKER_LIMIT_MEM_SWAP=
# The maximum amount of memory a single pipeline container can use, configured in bytes. There is no limit if 0.
# Default: 0
#WOODPECKER_LIMIT_MEM=
# The maximum amount of memory of /dev/shm allowed in bytes. There is no limit if 0.
# Default: 0
#WOODPECKER_LIMIT_SHM_SIZE=
# The number of microseconds per CPU period that the container is limited to before throttled. There is no limit if 0.
# Default: 0
#WOODPECKER_LIMIT_CPU_QUOTA=
# The relative weight vs. other containers.
# Default: 0
#WOODPECKER_LIMIT_CPU_SHARES=
# Comma-separated list to limit the specific CPUs or cores a pipeline container can use.