zeratax / matrix-registration

a token based matrix registration api

Home Page:https://zeratax.github.io/matrix-registration/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions on how to deploy as wsgi server

seanhagen opened this issue · comments

I've got matrix-registration running but I'd like to know how to have it set up as a service so I don't have to worry about manually starting/restarting it on the server I've got running.

Basically I want to get rid of these lines:

   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.

Which show up when I run python3 -m matrix_registration api

I think since v0.5.6 it should always just run as a wsgi server