Files
Alex Justesen a47e3225e5 Release v1.12.0 (#2493)
Co-authored-by: Sven van Ginkel <svenvanginkel@icloud.com>
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
2025-12-05 15:33:44 -05:00

15 lines
246 B
PHP

<?php
return [
'telegram-bot-api' => [
'token' => env('TELEGRAM_BOT_TOKEN'),
],
'unifi-api' => [
'base_url' => env('UNIFI_API_BASE_URL', 'https://192.168.1.1'),
'token' => env('UNIFI_API_TOKEN'),
],
];