mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
example for credentials
This commit is contained in:
parent
75f4be229c
commit
1ad48e50b5
11
tests/credentials.example
Normal file
11
tests/credentials.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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="
|
||||
|
Loading…
Reference in New Issue
Block a user