mirror of https://github.com/pixelfed/pixelfed.git
5 lines
61 B
PHP
5 lines
61 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'email' => env('INSTANCE_CONTACT_EMAIL'),
|
||
|
];
|