23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:33:10 +01:00
parent 07959c0ba2
commit 854ce02bf6
166 changed files with 32909 additions and 1262 deletions

25
config/display.php Normal file
View file

@ -0,0 +1,25 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Display Configuration
|--------------------------------------------------------------------------
|
| Konfiguration für die Cabinet Display Digital Signage Seite
|
*/
// Basispfad für die Display-Seite (relativ zu public/)
// Immer '_cabinet' - sowohl für Test als auch Live
'base_path' => env('DISPLAY_BASE_PATH', '_cabinet'),
// Subdomain für den Live-Server (optional)
// Wird verwendet, um die korrekte URL zu generieren
'subdomain' => env('DISPLAY_SUBDOMAIN', null), // z.B. 'cabinet'
// Haupt-Domain
'domain' => env('DISPLAY_DOMAIN', 'b2in.eu'),
];