[ 'base_path' => getenv('FOTOBOX_BASE_PATH') ?: '', 'locale' => 'de_DE', ], 'company' => [ 'name' => 'Fotobox Moments', 'tagline' => 'Fotobox-Vermietung für Hochzeiten, Geburtstage und Firmenveranstaltungen', 'email' => 'hallo@fotobox-moments.local', 'phone' => '+49 170 1234567', 'website' => 'https://fotobox-moments.local', 'service_area' => 'Musterstadt und Umgebung', 'response_time' => 'Antwort meist innerhalb von 24 Stunden', 'pickup_window' => 'Abholung ab 17:00 Uhr', 'return_window' => 'Rückgabe bis 13:00 Uhr', 'address' => [ 'street' => 'Musterstraße 12', 'postal_code' => '12345', 'city' => 'Musterstadt', ], 'bank' => [ 'account_holder' => 'Fotobox Moments', 'iban' => 'DE00 0000 0000 0000 0000 00', 'bic' => 'DEMOXXX', 'bank_name' => 'Musterbank', ], 'legal' => [ 'owner' => 'Fotobox Moments', 'representative' => 'Fotobox Moments', 'vat_id' => '', 'register_court' => '', 'register_number' => '', 'privacy_contact' => 'Datenschutzanfragen bitte an hallo@fotobox-moments.local richten.', 'dispute_notice' => 'Wir sind nicht bereit und nicht verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.', ], 'tax_notice' => 'Gemäß § 19 UStG wird keine Umsatzsteuer berechnet.', ], 'pricing' => [ 'default_day_rate_cents' => 9999, 'currency' => 'EUR', 'label' => '99,99 € pro Miettag', ], 'admin' => [ 'username' => 'admin', 'password' => getenv('FOTOBOX_ADMIN_PASSWORD') ?: 'fotobox-admin', ], 'database' => [ 'credentials_file' => __DIR__ . '/mysql.local.php', 'table_prefix' => 'fb_', 'tables' => [ 'bookings' => 'bookings', 'invoices' => 'invoices', ], ], 'storage' => [ 'bookings' => __DIR__ . '/storage/bookings.json', 'invoices' => __DIR__ . '/storage/invoices.json', ], ];