1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/config/instance.php

10 lines
193 B
PHP
Raw Normal View History

2019-06-05 03:47:48 +00:00
<?php
return [
'email' => env('INSTANCE_CONTACT_EMAIL'),
2019-06-18 20:16:01 +00:00
'contact' => [
'enabled' => env('INSTANCE_CONTACT_FORM', false),
'max_per_day' => env('INSTANCE_CONTACT_MAX_PER_DAY', 1),
],
2019-06-05 03:47:48 +00:00
];