mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-25 16:34:36 +08:00
removed default access token
This commit is contained in:
parent
0e1cbb3654
commit
19513a0bbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue