paperless/tests/README.md
2023-03-30 07:16:14 +02:00

11 lines
324 B
Markdown

Create a file credentials and define AUTH and URL in it.
URL is the base url of the restapi service. AUTH are the credentials
as pass in http header Authorization. It can be ab basic authentication,
a papeerless or a regular SeedDMS token.
Example:
URL="http://my.seeddms.org/restapi/index.php"
AUTH="my api key"