subcon.town/config/application.php

28 lines
623 B
PHP

<?php return [
/*
* Application configuration
*
* These settings contain the base configuration of your application.
* It is recommended that you set encryption.key as this key will be used
* to provide data encryption to your application.
*/
'application' => [
'name' => 'Subcon Town Frontpage',
'url' => 'http://localhost',
'debug' => false
],
'encryption' => [
'key' => ''
],
'frontpage' => [
'articles' => [
'2023/frontpage_updates_and_more.md',
'2023/plans_for_the_year.md'
]
]
];