From 19513a0bbf8fee48500b1ce88afca4181ae5cdee Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 1 Apr 2021 14:05:57 +0300 Subject: [PATCH] removed default access token --- config/api.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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