First Commit
This commit is contained in:
16
html/sternwarte/cors-config.php
Normal file
16
html/sternwarte/cors-config.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* CORS-Proxy Konfiguration
|
||||
* Diese Datei enthält die Backend-Credentials
|
||||
* WICHTIG: Diese Datei NICHT in Git committen!
|
||||
* Fügen Sie cors-config.php zur .gitignore hinzu
|
||||
*/
|
||||
|
||||
// Backend-Credentials
|
||||
$username = 'beogruppe';
|
||||
$password = 'ArktUhr';
|
||||
|
||||
// Optional: Weitere Konfiguration
|
||||
// $backendUrl = 'https://sternwarte-welzheim.de/intern/sofue/php/sofueDB.php';
|
||||
// $allowedOrigins = ['http://localhost:5173', 'https://ihre-domain.de'];
|
||||
?>
|
||||
Reference in New Issue
Block a user