|
|
|
@ -24,6 +24,40 @@ return [ |
|
|
|
|
|
|
|
|
|
'repo' => env('APP_REPO', 'https://git.fuwafuwa.moe/lesderid/pastethingy'), |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| Abuse contact |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| |
|
|
|
|
| E-mail address for abuse reports. |
|
|
|
|
| |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
'abusecontact' => env('APP_ABUSE_CONTACT'), |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| Parent name |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| |
|
|
|
|
| Name of the parent website. |
|
|
|
|
| |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
'parentname' => env('APP_PARENT_NAME'), |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| Parent URL |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| |
|
|
|
|
| URL of the parent website. |
|
|
|
|
| |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
'parenturl' => env('APP_PARENT_URL'), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
|
| Application Debug Mode |
|
|
|
|