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