mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-11 09:25:23 +00:00
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
# Create a token by running `./test-token.sh login password`
|
|
URL="http://192.168.178.25:8000"
|
|
AUTH="Token fe34a1f210f561c3599641035c1bbcd2c2bbc8b3"
|
|
|
|
#URL="https://your-server/restapi/index.php"
|
|
#AUTH="your api key"
|
|
|
|
# Credentials for local seeddms uses Basic auth with admin:admin
|
|
URL="https://seeddms.steinmann.cx/restapi/index.php"
|
|
AUTH="Basic YWRtaW46YWRtaW4="
|
|
|