Is there a way of generating a SESSION_SECRET without requiring a docker container. The method in the documentation seems to refer to docker run in order to generate the session key which you can copy in to the app’s environment variables.
Is there a way of generating a SESSION_SECRET without requiring a docker container. The method in the documentation seems to refer to docker run in order to generate the session key which you can copy in to the app’s environment variables.