Исправлены скрипты запуска

This commit is contained in:
2021-08-15 02:15:57 +03:00
parent 418f2c0c90
commit adb2f73eb8
4 changed files with 2 additions and 15 deletions

View File

@@ -3,4 +3,4 @@ set echo off
export FLASK_APP=dyxless export FLASK_APP=dyxless
flask run flask run --host=0.0.0.0 --port=80

View File

@@ -1,7 +0,0 @@
@echo off
set FLASK_APP=dyxless
set FLASK_ENV=development
flask run

View File

@@ -1,6 +0,0 @@
@echo off
set FLASK_APP=dyxless
flask run

View File

@@ -3,4 +3,4 @@
set FLASK_APP=dyxless set FLASK_APP=dyxless
flask run flask run --host=0.0.0.0 --port=80