fix: feedback from self-hosted envs to discord

This commit is contained in:
Andras Bacsai
2024-02-06 11:36:20 +01:00
parent 45b736bb01
commit b96807d34c
9 changed files with 42 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
return [
'docs' => 'https://coolify.io/docs/',
'contact' => 'https://coolify.io/docs/contact',
'feedback_discord_webhook' => env('FEEDBACK_DISCORD_WEBHOOK'),
'self_hosted' => env('SELF_HOSTED', true),
'waitlist' => env('WAITLIST', false),
'license_url' => 'https://licenses.coollabs.io',