102 lines
5.4 KiB
PHP
102 lines
5.4 KiB
PHP
<?php
|
||
|
||
return [
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Domain-Konfigurationen
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| Diese Konfiguration definiert die verschiedenen Domains und deren
|
||
| zugehörige Einstellungen wie Theme, View-Präfix und andere
|
||
| domainspezifische Konfigurationen.
|
||
|
|
||
*/
|
||
'protocol' => env('APP_PROTOCOL', 'https://'),
|
||
|
||
'domain_portal' => env('APP_PORTAL_NAME', 'presseportale.test'),
|
||
'domain_presseecho' => env('APP_PRESSEECHO_NAME', 'presseecho.test'),
|
||
'domain_businessportal' => env('APP_BUSINESSPORTAL_NAME', 'businessportal24.test'),
|
||
|
||
'domain_portal_url' => env('APP_PORTAL_URL', 'https://presseportale.test'),
|
||
'domain_presseecho_url' => env('APP_PRESSEECHO_URL', 'https://presseecho.test'),
|
||
'domain_businessportal_url' => env('APP_BUSINESSPORTAL_URL', 'https://businessportal24.test'),
|
||
|
||
'domains' => [
|
||
'portal' => [
|
||
'domain_name' => env('APP_PORTAL_NAME', 'presseportale.test'),
|
||
'url' => env('APP_PORTAL_URL', 'https://presseportale.test'),
|
||
'asset_url' => env('APP_PORTAL_ASSET_URL', 'https://assets.presseportale.test'),
|
||
'theme' => 'main',
|
||
'view_prefix' => 'portal',
|
||
'assets_dir' => 'build/portal',
|
||
'description' => 'Backend Presseportale',
|
||
'color_scheme' => [
|
||
'primary' => env('APP_PORTAL_PRIMARY', '#526266'), //
|
||
'secondary' => env('APP_PORTAL_SECONDARY', '#82a0a7'), //
|
||
],
|
||
'font' => 'Montserrat',
|
||
],
|
||
|
||
'presseecho' => [
|
||
'domain_name' => env('APP_PRESSEECHO_NAME', 'presseecho.test'),
|
||
'url' => env('APP_PRESSEECHO_URL', 'https://presseecho.test'),
|
||
'asset_url' => 'https://assets.presseecho.test',
|
||
'theme' => 'presseecho',
|
||
'view_prefix' => 'web',
|
||
'assets_dir' => 'build/web',
|
||
'description' => 'Frontend Page Presseecho',
|
||
'color_scheme' => [
|
||
'primary' => env('APP_PRESSEECHO_PRIMARY', '#345636'),
|
||
'secondary' => env('APP_PRESSEECHO_SECONDARY', '#6b8f71'),
|
||
],
|
||
'font' => 'Montserrat',
|
||
'brand' => [
|
||
'name' => 'presseecho',
|
||
'accent' => null,
|
||
'tagline_short' => 'Pressemitteilungen · DACH',
|
||
'tagline_long' => 'Fachmeldungen aus Wirtschaft und Industrie. Redaktionell geprüft. Strukturiert distribuiert.',
|
||
'footer_legal' => '© :year presseecho.com · Alle Rechte vorbehalten',
|
||
'about_label' => 'Über presseecho',
|
||
'meta_title' => 'Aktuelle Pressemitteilungen aus Wirtschaft & Industrie – presseecho',
|
||
'meta_description' => 'Redaktionell kuratierte Pressemitteilungen aus Wirtschaft und Industrie im DACH-Raum.',
|
||
'newsletter_topics' => [
|
||
['name' => 'Tageszusammenfassung', 'meta' => 'Mo–Fr · 07:00 Uhr', 'active' => true],
|
||
['name' => 'Wochenrückblick', 'meta' => 'Sonntags · 18:00 Uhr', 'active' => false],
|
||
['name' => 'Energie & Klima', 'meta' => 'ab Content-Score 80 · max. 2× pro Woche', 'active' => true],
|
||
['name' => 'Industrie & Forschung', 'meta' => 'ausgewählt von der Redaktion · ca. 3–5 Mails/Monat', 'active' => false],
|
||
],
|
||
],
|
||
],
|
||
|
||
'businessportal24' => [
|
||
'domain_name' => env('APP_BUSINESSPORTAL_NAME', 'businessportal24.test'),
|
||
'url' => env('APP_BUSINESSPORTAL_URL', 'https://businessportal24.test'),
|
||
'asset_url' => 'https://assets.businessportal24.test',
|
||
'theme' => 'businessportal24',
|
||
'view_prefix' => 'web',
|
||
'assets_dir' => 'build/web',
|
||
'description' => 'Frontend Page Businessportal24',
|
||
'color_scheme' => [
|
||
'primary' => env('APP_BUSINESSPORTAL_PRIMARY', '#cf3628'),
|
||
'secondary' => env('APP_BUSINESSPORTAL_SECONDARY', '#f0834a'),
|
||
],
|
||
'font' => 'Montserrat',
|
||
'brand' => [
|
||
'name' => 'businessportal',
|
||
'accent' => '24',
|
||
'tagline_short' => 'Pressemitteilungen · DACH',
|
||
'tagline_long' => 'Veröffentlichungs-Portal für redaktionell geprüfte Pressemitteilungen aus Deutschland, Österreich und der Schweiz.',
|
||
'footer_legal' => '© :year businessportal24.com · Alle Rechte vorbehalten',
|
||
'about_label' => 'Über businessportal24',
|
||
'meta_title' => 'Aktuelle Pressemitteilungen aus der deutschen Wirtschaft – businessportal24',
|
||
'meta_description' => 'Pressemitteilungen aus Deutschland, Österreich und der Schweiz. Redaktionell geprüft. Strukturiert distribuiert.',
|
||
'newsletter_topics' => [
|
||
['name' => 'Tageszusammenfassung', 'meta' => 'Mo–Fr · 07:00 Uhr', 'active' => true],
|
||
['name' => 'Wochenrückblick', 'meta' => 'Sonntags · 18:00 Uhr', 'active' => false],
|
||
['name' => 'Energie & Klima', 'meta' => 'ab Content-Score 80 · max. 2× pro Woche', 'active' => true],
|
||
['name' => 'IPO & M&A', 'meta' => 'ausgewählt von der Redaktion · ca. 3–5 Mails/Monat', 'active' => false],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
];
|