ebabx/site/config/config.php
timotheegoguely 51f8e3d072 Update config
- add config.localhost
2026-06-18 15:08:54 +02:00

27 lines
484 B
PHP

<?php
return [
'local' => true,
'prod' => false,
'debug' => true,
'panel' => [
'menu' => require_once __DIR__ . '/menu.php',
'css' => '/assets/css/panel.css',
],
'scottboms.promote' => [
'services' => ['mastodon', 'linkedin', 'instagram'],
'mastodon' => [
'username' => 'demo',
'url' => 'mastodon.social',
],
'linkedin' => [
'username' => 'demo',
],
'instagram' => [
'username' => 'demo',
],
],
];