feat: add catalogue check by creating a small service runner

This commit is contained in:
2025-11-20 13:04:42 +01:00
parent 9ab4fcbe81
commit 74c8eacbf2
4 changed files with 364 additions and 3 deletions

View File

@@ -24,5 +24,8 @@ define('MAIL_TO', getenv('MAIL_TO') ?: 'semesterapparate@ph-freiburg.de');
define('BASE_PATH', __DIR__);
define('STATIC_PATH', '/static');
// Signature validation API (optional Python service)
define('SIGNATURE_API_URL', getenv('SIGNATURE_API_URL') ?: 'http://localhost:8001');
// Email regex pattern
define('EMAIL_REGEX', '/^[^@\s]+@[^@\s]+\.[^@\s]+$/');