mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Replace old references
This commit is contained in:
@@ -46,7 +46,7 @@ return [
|
||||
/*
|
||||
* Marketplace url.
|
||||
*/
|
||||
'base_url' => 'https://craterapp.com',
|
||||
'base_url' => 'https://invoiceshelf.com',
|
||||
|
||||
/*
|
||||
* List of languages supported by Crater.
|
||||
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
*/
|
||||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'admin@crater.in'),
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'admin@invoiceshelf.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Crater'),
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user