This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add new instance config
Daniel Supernault
6 năm trước cách đây
mục cha
74ead1dc77
commit
c402f75113
1 tập tin đã thay đổi
với
5 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
5
0
config/instance.php
+ 5
- 0
config/instance.php
Xem Tập Tin
@@ -0,0 +1,5 @@
+<?php
+
+return [
+ 'email' => env('INSTANCE_CONTACT_EMAIL'),
+];