prometheus-paperless-exporter/contrib/docker-compose/exporter.env
2024-01-06 10:07:20 +01:00

5 lines
170 B
Bash

PAPERLESS_URL=https://paperless.example.com
PAPERLESS_AUTH_TOKEN_FILE=/etc/exporter/auth-token.txt
PAPERLESS_SERVER_TIMEZONE=Australia/Sydney
# vim: set sw=2 sts=2 et :