This commit is contained in:
Andras Bacsai
2023-07-13 15:07:42 +02:00
parent 5bda8a426c
commit f3f8a62a18
14 changed files with 206 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
return [
'self_hosted' => env('SELF_HOSTED', true),
'lemon_squeezy_webhook_secret' => env('LEMON_SQUEEZY_WEBHOOK_SECRET'),
'lemon_squeezy_product_id' => env('LEMON_SQUEEZY_PRODUCT_ID'),
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),