Add external subscription system

This commit is contained in:
2026-05-04 19:12:21 +02:00
parent 05d4ef1bdb
commit 2151d69791
10 changed files with 282 additions and 0 deletions

View File

@@ -54,4 +54,9 @@ return [
'server' => env('MATRIX_SERVER'),
'shared_secret' => env('MATRIX_SHARED_SECRET'),
],
/**
* Subscription Service
*/
'subscription_service_host' => env('SUBSCRIPTION_SERVICE_HOST'),
];