production settings

This commit is contained in:
HB9HIL
2023-12-16 22:52:41 +01:00
parent 6d7df1a2d3
commit 67b7a82b55
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -17,3 +17,4 @@
sync.sh
*.p12
*.swp
.htaccess

View File

@@ -54,7 +54,7 @@
* NOTE: If you change these, also change the error_reporting() code below
*/
#define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
define('ENVIRONMENT', 'development');
define('ENVIRONMENT', 'production');
/*
*---------------------------------------------------------------