feat(settings): add settings for discord integration

This commit is contained in:
2022-08-22 22:10:04 +01:00
parent 992854320c
commit b32bb65c9b
2 changed files with 9 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ return [
// optional
'allow_gif_avatars' => (bool)env('DISCORD_AVATAR_GIF', true),
'avatar_default_extension' => env('DISCORD_EXTENSION_DEFAULT', 'jpg'), // only pick from jpg, png, webp
'home_guild' => env('DISCORD_HOME_GUILD'),
'staff_guild' => env('DISCORD_STAFF_GUILD', null)
],
'mailgun' => [
@@ -66,4 +68,7 @@ return [
'beams_secret_key' => 'Your Secret Key',
],
'cpanel' => [
'api_token' => env('CPANEL_API_TOKEN', null)
]
];