mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'web_url' => 'https://www.invoiceninja.com',
|
|
'app_url' => 'https://app-v5.invoiceninja.com',
|
|
|
|
];
|