summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-05-05 15:23:13 +0200
committermsquare <msquare@notrademark.de>2019-05-05 15:23:13 +0200
commitf6a87535a061707290391b775a2cfe6cf9f644d3 (patch)
tree7efb140999a5fa3da6fdbdb7b8d5955f80fce16e /config
parentca0b2d8b5f650aad37b2d53577379efb4b468044 (diff)
add help button to ical export for android, fixes #402
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index f0dc2aee..26217c39 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -31,6 +31,9 @@ return [
// Contact email address, linked on every page
'Contact' => env('CONTACT_EMAIL', 'mailto:ticket@c3heaven.de'),
],
+
+ // Link to documentation/help
+ 'documentation_url' => 'https://engelsystem.de/doc/',
// Email config
'email' => [
@@ -74,7 +77,7 @@ return [
'home_site' => 'news',
// Number of News shown on one site
- 'display_news' => 6,
+ 'display_news' => 10,
// Users are able to sign up
'registration_enabled' => (bool)env('REGISTRATION_ENABLED', true),