Skip to content

Commit

Permalink
chore: add some env for lravel domain
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 10, 2024
1 parent 5894c0b commit f6ac466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/blog-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
'api_path' => env('BLOG_API_PATH', 'api/blog'),
'api_url' => env('BLOG_API_URL', 'https://cslant.com'),
'api_url_with_path' => env('BLOG_API_URL', 'https://cslant.com') . '/' . env('BLOG_API_PATH', 'api/blog'),

'laravel_domain' => env('LARAVEL_BLOG_DOMAIN', ''),
];

0 comments on commit f6ac466

Please sign in to comment.