Replies: 1 comment
-
Here’s a response you can use for the GitHub discussion: Hi @Aniket524 , Yes, you can run the Horilla HRMS application on different ports. Here's how you can do it: Using Django's Built-in Development Server
Using a Production Web ServerIf you're running the application in production using Gunicorn, uWSGI, or another WSGI server, you can configure the port in the respective server's configuration. For example, with Gunicorn: gunicorn horilla.wsgi:application --bind 0.0.0.0:<desired_port> Considerations
Let us know if you need further guidance on setting up the application! With Regards, |
Beta Was this translation helpful? Give feedback.
-
Can We Run the Application on the different ports?
Beta Was this translation helpful? Give feedback.
All reactions