fedi-feed-router/config/lemmy.php

9 lines
185 B
PHP
Raw Normal View History

2025-06-29 20:16:25 +02:00
<?php
return [
'username' => env('LEMMY_USERNAME'),
'password' => env('LEMMY_PASSWORD'),
'instance' => env('LEMMY_INSTANCE'),
'community' => env('LEMMY_COMMUNITY'),
];