added a donate and faq page
This commit is contained in:
@@ -231,4 +231,17 @@ return [
|
||||
],
|
||||
|
||||
'allow_regs' => env('ALLOW_REGS', true),
|
||||
|
||||
'funding' => [
|
||||
'target_eur' => +env('FUNDING_TARGET_EUR', 60),
|
||||
'period' => env('FUNDING_PERIOD', date('Y')),
|
||||
'collected_eur' => +env('FUNDING_COLLECTED_EUR', 0),
|
||||
],
|
||||
|
||||
'href' => [
|
||||
'git' => 'https://git.ondrovo.com/MightyPork/datatable.directory',
|
||||
'bugtracker' => 'https://git.ondrovo.com/MightyPork/datatable.directory/issues',
|
||||
'feedback' => 'mailto:feedback@datatable.directory?subject=Feedback+for+datatable.directory',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user