mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
15 lines
512 B
Plaintext
15 lines
512 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="
|
|
|
|
# Credentials for demo6 seeddms uses Basic auth with admin:admin
|
|
#URL="https://demo6.seeddms.org/restapi/index.php"
|
|
#AUTH="Basic YWRtaW46YWRtaW4="
|