We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea1516 commit 5e64440Copy full SHA for 5e64440
backend/config/app.php
@@ -6,7 +6,7 @@
6
return [
7
'reset_password_token_expiry_in_min' => 15,
8
'frontend_url' => env('APP_FRONTEND_URL', 'http://localhost'),
9
- 'cnd_url' => env('APP_CDN_URL', 'http://localhost:9000'),
+ 'cnd_url' => env('APP_CDN_URL', '/storage'),
10
'default_timezone' => 'America/Vancouver',
11
'default_currency_code' => 'USD',
12
'saas_mode_enabled' => env('APP_SAAS_MODE_ENABLED', false),
0 commit comments