mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-02 06:39:26 +00:00
Changed port to 8001
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8000"
|
||||
su -m djworker -c "python manage.py runserver_plus 0.0.0.0:8001"
|
||||
|
||||
Reference in New Issue
Block a user