Files
PerlaTheDog/config.php.dev

29 lines
883 B
Plaintext

<?php
if (!defined('Such_a_good_girl')) {
die("Direct access not allowed.");
}
$config = [
'title' => 'Perla The Dog',
'keywords' => 'PTD, Perla, Perla The Dog, Gov Perla',
'permurl' => 'https://test.satki.net',
'copyright' => 'Sophia Atkinson. CC BY-NC 4.0',
'email' => 'sophialul@protonmail.com',
'mastodon' => 'https://mstdn.social/@govperla',
'hexcolor' => 'F49ABD',
'birthdate' => '2014-04-01',
'uploadKey' => '1'
];
$integrations = [
# Discord
'discord_webhook_enabled' => 'false',
'discord_webhook_name' => 'PTD Uploadinator',
'discord_webhook_avatar' => '/images/site/web-app-manifest-192x192.webp',
'discord_webhook_url' => 'https://discord.com/api/webhooks/1/1'
# Mastodon
'mastodon_post_enabled' => 'false',
'mastodon_post_instance' => 'https://mastodon.online',
'mastodon_post_token' => ''
];