Skip to content

Commit 5e64440

Browse files
committed
update CDN URL default
1 parent aea1516 commit 5e64440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
return [
77
'reset_password_token_expiry_in_min' => 15,
88
'frontend_url' => env('APP_FRONTEND_URL', 'http://localhost'),
9-
'cnd_url' => env('APP_CDN_URL', 'http://localhost:9000'),
9+
'cnd_url' => env('APP_CDN_URL', '/storage'),
1010
'default_timezone' => 'America/Vancouver',
1111
'default_currency_code' => 'USD',
1212
'saas_mode_enabled' => env('APP_SAAS_MODE_ENABLED', false),

0 commit comments

Comments
 (0)