Can't find / create the api key in docker container #6429
-
Hey everyone, I'm trying to run etherpad as Docker container with the official etherpad image. To connect other applications to etherpad I need the api key from the etherpad instance. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the default authentication method is now OAuth2.0. If you want |
Beta Was this translation helpful? Give feedback.
I believe the default authentication method is now OAuth2.0. If you want
APIKEY.txt
to be generated, try changing"authenticationMethod"
to"apikey"
in yoursettings.json
.