paperless/tests/credentials.example
2024-04-23 08:51:03 +02:00

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="