mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-09-29 21:11:12 -04:00
* Implement CoreUI Interface * Core UI Navigation wire frame * UI - Fix sidebar nav - add Invoice Ninja Logo * Create layout using CoreUI admin template * Login UI, Database seeds
10 lines
144 B
PHP
10 lines
144 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'web_url' => 'https://www.invoiceninja.com',
|
|
'app_url' => 'https://app-v5.invoiceninja.com',
|
|
'site_url' => '',
|
|
|
|
];
|