From adb2f73eb87f307a8d707524b42683a1a6b07cb3 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Sun, 15 Aug 2021 02:15:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D1=8B?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runscripts/linux/startserverprod.sh | 2 +- runscripts/startserverdev.bat | 7 ------- runscripts/startserverprod.bat | 6 ------ runscripts/windows/startserverprod.bat | 2 +- 4 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 runscripts/startserverdev.bat delete mode 100644 runscripts/startserverprod.bat diff --git a/runscripts/linux/startserverprod.sh b/runscripts/linux/startserverprod.sh index 2e49d96..21c2a13 100644 --- a/runscripts/linux/startserverprod.sh +++ b/runscripts/linux/startserverprod.sh @@ -3,4 +3,4 @@ set echo off export FLASK_APP=dyxless -flask run +flask run --host=0.0.0.0 --port=80 diff --git a/runscripts/startserverdev.bat b/runscripts/startserverdev.bat deleted file mode 100644 index 46999a8..0000000 --- a/runscripts/startserverdev.bat +++ /dev/null @@ -1,7 +0,0 @@ - -@echo off - -set FLASK_APP=dyxless -set FLASK_ENV=development - -flask run \ No newline at end of file diff --git a/runscripts/startserverprod.bat b/runscripts/startserverprod.bat deleted file mode 100644 index d260925..0000000 --- a/runscripts/startserverprod.bat +++ /dev/null @@ -1,6 +0,0 @@ - -@echo off - -set FLASK_APP=dyxless - -flask run \ No newline at end of file diff --git a/runscripts/windows/startserverprod.bat b/runscripts/windows/startserverprod.bat index ff48817..df8433e 100644 --- a/runscripts/windows/startserverprod.bat +++ b/runscripts/windows/startserverprod.bat @@ -3,4 +3,4 @@ set FLASK_APP=dyxless -flask run +flask run --host=0.0.0.0 --port=80