logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bepasty-server - Run a bepasty server through the builtin WSGI server

Description

       bepasty-server runs bepasty through the builtin WSFI server from flask.

       Note  that  this  is  not suitable for production, where a WSGI server such as gunicorn, apache+mod-wsgi,
       nginx+uwsgi, etc. is recommended.

Environment

BEPASTY_CONFIG
              Absolute path to a bepasty configuration file

Name

       bepasty-server - Run a bepasty server through the builtin WSGI server

Options

-h, --help
              show this help message and exit

       --hostHOST
              Host to listen on

       --portPORT
              Port to listen on

       --debug
              Activate debug mode

See Also

BepastydocumentationBEPASTY-SERVER(1)

Synopsis

          bepasty-server [-h] [--host HOST] [--port PORT] [--debug]

See Also