fix: licensing

This commit is contained in:
Andras Bacsai
2023-07-27 14:45:34 +02:00
parent e7d019028a
commit 97e2a5d30b
7 changed files with 35 additions and 61 deletions

View File

@@ -2,8 +2,8 @@
return [
'self_hosted' => env('SELF_HOSTED', true),
'license_url' => 'https://license.coolify.io',
'lemon_squeezy_webhook_secret' => env('LEMON_SQUEEZY_WEBHOOK_SECRET'),
'lemon_squeezy_product_id' => env('LEMON_SQUEEZY_PRODUCT_ID'),
'lemon_squeezy_checkout_id' => env('LEMON_SQUEEZY_CHECKOUT_ID'),
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),