diff --git a/config/api.toml b/config/api.toml index ad4c5c28..740ff3ef 100644 --- a/config/api.toml +++ b/config/api.toml @@ -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