example for credentials

This commit is contained in:
Uwe Steinmann 2024-04-23 08:51:03 +02:00
parent 75f4be229c
commit 1ad48e50b5

11
tests/credentials.example Normal file
View 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="