removed default access token

This commit is contained in:
Andris Reinman 2021-04-01 14:05:57 +03:00
parent 0e1cbb3654
commit 19513a0bbf

View file

@ -8,7 +8,7 @@ secure=false
# If set requires all API calls to have accessToken query argument with that value
# http://localhost:8080/users?accessToken=somesecretvalue
accessToken="somesecretvalue"
#accessToken="somesecretvalue"
[accessControl]
# If true then require a valid access token to perform API calls