mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
9 lines
87 B
PHP
9 lines
87 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'debug' => true,
|
||
|
|
||
|
'manifest' => 'gs://invoice-ninja/meta',
|
||
|
|
||
|
);
|