From 0d54765bbe692cd512d003995787a281f3b5891e Mon Sep 17 00:00:00 2001 From: Michael Clervi Date: Mon, 3 Nov 2025 15:23:55 +0000 Subject: [PATCH] changed port from 5010 to 5011 for back end --- .env.example | 0 .gitignore | 0 .htaccess | 0 .user.ini | 0 CLAUDE.md | 0 README.md | 0 V2T.svg | 0 api.py | 2 +- auth.php | 0 auth_config.php | 0 check_api.php | 0 composer.json | 0 config.php | 0 download.php | 0 index.php | 0 login.php | 0 logout.php | 0 process.php | 0 requirements.txt | 0 test_download.php | 0 voice2text-api.service | 0 21 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .env.example mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .htaccess mode change 100644 => 100755 .user.ini mode change 100644 => 100755 CLAUDE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 V2T.svg mode change 100644 => 100755 api.py mode change 100644 => 100755 auth.php mode change 100644 => 100755 auth_config.php mode change 100644 => 100755 check_api.php mode change 100644 => 100755 composer.json mode change 100644 => 100755 config.php mode change 100644 => 100755 download.php mode change 100644 => 100755 index.php mode change 100644 => 100755 login.php mode change 100644 => 100755 logout.php mode change 100644 => 100755 process.php mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 test_download.php mode change 100644 => 100755 voice2text-api.service diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/.user.ini b/.user.ini old mode 100644 new mode 100755 diff --git a/CLAUDE.md b/CLAUDE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/V2T.svg b/V2T.svg old mode 100644 new mode 100755 diff --git a/api.py b/api.py old mode 100644 new mode 100755 index 9da921b..47713ae --- a/api.py +++ b/api.py @@ -207,5 +207,5 @@ def download_file(filename): if __name__ == '__main__': # Run on port 5010 by default - port = int(os.environ.get('PORT', 5010)) + port = int(os.environ.get('PORT', 5011)) app.run(host='0.0.0.0', port=port, debug=False) diff --git a/auth.php b/auth.php old mode 100644 new mode 100755 diff --git a/auth_config.php b/auth_config.php old mode 100644 new mode 100755 diff --git a/check_api.php b/check_api.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/config.php b/config.php old mode 100644 new mode 100755 diff --git a/download.php b/download.php old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/login.php b/login.php old mode 100644 new mode 100755 diff --git a/logout.php b/logout.php old mode 100644 new mode 100755 diff --git a/process.php b/process.php old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/test_download.php b/test_download.php old mode 100644 new mode 100755 diff --git a/voice2text-api.service b/voice2text-api.service old mode 100644 new mode 100755