feat: add backup notifications

This commit is contained in:
Andras Bacsai
2023-08-10 21:00:02 +02:00
parent 5675ec8c02
commit d973b87f5f
27 changed files with 651 additions and 14 deletions

View File

@@ -9,6 +9,6 @@ return [
'lemon_squeezy_checkout_id_3' => env('LEMON_SQUEEZY_CHECKOUT_ID_3'),
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
'base_config_path' => env('BASE_CONFIG_PATH', '/_data/coolify'),
'dev_config_path' => env('DEV_CONFIG_PATH', './_data/coolify'),
];