mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Text changes
This commit is contained in:
parent
6bdc9e9eb9
commit
aa7542c2fa
@ -11,8 +11,6 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//apc_clear_cache();
|
//apc_clear_cache();
|
||||||
//Cache::flush();
|
//Cache::flush();
|
||||||
|
|
||||||
@ -111,12 +109,13 @@ Route::group(array('before' => 'auth'), function()
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// If you're self hosting set this to a value you think is fair
|
||||||
|
define('PRO_PLAN_PRICE', 50);
|
||||||
|
|
||||||
define('CONTACT_EMAIL', 'contact@invoiceninja.com');
|
define('CONTACT_EMAIL', 'contact@invoiceninja.com');
|
||||||
define('CONTACT_NAME', 'Invoice Ninja');
|
define('CONTACT_NAME', 'Invoice Ninja');
|
||||||
define('SITE_URL', 'https://www.invoiceninja.com');
|
define('SITE_URL', 'https://www.invoiceninja.com');
|
||||||
|
|
||||||
|
|
||||||
define('ENV_DEVELOPMENT', 'local');
|
define('ENV_DEVELOPMENT', 'local');
|
||||||
define('ENV_STAGING', 'staging');
|
define('ENV_STAGING', 'staging');
|
||||||
define('ENV_PRODUCTION', 'fortrabbit');
|
define('ENV_PRODUCTION', 'fortrabbit');
|
||||||
@ -195,7 +194,6 @@ define('GATEWAY_PAYPAL_EXPRESS', 17);
|
|||||||
define('GATEWAY_BEANSTREAM', 29);
|
define('GATEWAY_BEANSTREAM', 29);
|
||||||
define('GATEWAY_PSIGATE', 30);
|
define('GATEWAY_PSIGATE', 30);
|
||||||
|
|
||||||
define('PRO_PLAN_PRICE', 50);
|
|
||||||
define('REQUESTED_PRO_PLAN', 'REQUESTED_PRO_PLAN');
|
define('REQUESTED_PRO_PLAN', 'REQUESTED_PRO_PLAN');
|
||||||
define('NINJA_ACCOUNT_KEY', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h');
|
define('NINJA_ACCOUNT_KEY', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h');
|
||||||
define('NINJA_GATEWAY_ID', GATEWAY_AUTHORIZE_NET);
|
define('NINJA_GATEWAY_ID', GATEWAY_AUTHORIZE_NET);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user