fix: only use sentry in cloud

This commit is contained in:
Andras Bacsai
2024-11-07 13:51:05 +01:00
parent cf870f5162
commit 3617f3bea7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
'sentry_dsn' => env('SENTRY_DSN'),
'docs' => 'https://coolify.io/docs/',
'contact' => 'https://coolify.io/docs/contact',
'feedback_discord_webhook' => env('FEEDBACK_DISCORD_WEBHOOK'),