mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add new instance config
This commit is contained in:
parent
74ead1dc77
commit
c402f75113
1 changed files with 5 additions and 0 deletions
5
config/instance.php
Normal file
5
config/instance.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'email' => env('INSTANCE_CONTACT_EMAIL'),
|
||||
];
|
Loading…
Reference in a new issue