refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

37
config/sentry-release.php Normal file
View File

@@ -0,0 +1,37 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Auth token for api calls
|--------------------------------------------------------------------------
|
| See https://sentry.io/settings/account/api/auth-tokens/
|
*/
'auth_token' => env('SENTRY_AUTH_TOKEN'),
/*
|--------------------------------------------------------------------------
| Organisation slug
|--------------------------------------------------------------------------
*/
'organisation' => env('SENTRY_ORG'),
/*
|--------------------------------------------------------------------------
| Project
|--------------------------------------------------------------------------
*/
'project' => env('SENTRY_PROJECT'),
/*
|--------------------------------------------------------------------------
| Git repository set in sentry
|--------------------------------------------------------------------------
|
| See https://sentry.io/settings/{slug}/repos/
|
*/
'repo' => env('SENTRY_REPO', 'monicahq/monica'),
];