Icehrm docker worker and readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
ini_set('error_log', 'data/icehrm.log');
|
||||
ini_set('error_log', '/var/www/html/app/data/icehrm.log');
|
||||
|
||||
define('CLIENT_NAME', 'icehrm');
|
||||
define('APP_BASE_PATH', '/var/www/html/core/');
|
||||
@@ -16,3 +16,5 @@ define('APP_CON_STR', 'mysqli://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'
|
||||
//file upload
|
||||
define('FILE_TYPES', 'jpg,png,jpeg');
|
||||
define('MAX_FILE_SIZE_KB', 10 * 1024);
|
||||
|
||||
define('LOG_STDERR', '1');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
ini_set('error_log', 'data/icehrm.log');
|
||||
ini_set('error_log', '/var/www/html/app/data/icehrm.log');
|
||||
|
||||
define('CLIENT_NAME', 'icehrm');
|
||||
define('APP_BASE_PATH', '/var/www/html/core/');
|
||||
@@ -16,3 +16,5 @@ define('APP_CON_STR', 'mysqli://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'
|
||||
//file upload
|
||||
define('FILE_TYPES', 'jpg,png,jpeg');
|
||||
define('MAX_FILE_SIZE_KB', 10 * 1024);
|
||||
|
||||
define('LOG_STDERR', '1');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
ini_set('error_log', 'data/icehrm.log');
|
||||
ini_set('error_log', '/var/www/html/app/data/icehrm.log');
|
||||
|
||||
define('CLIENT_NAME', 'icehrm');
|
||||
define('APP_BASE_PATH', '/var/www/html/core/');
|
||||
@@ -16,3 +16,5 @@ define('APP_CON_STR', 'mysqli://'.APP_USERNAME.':'.APP_PASSWORD.'@'.APP_HOST.'/'
|
||||
//file upload
|
||||
define('FILE_TYPES', 'jpg,png,jpeg');
|
||||
define('MAX_FILE_SIZE_KB', 10 * 1024);
|
||||
|
||||
define('LOG_STDERR', '1');
|
||||
|
||||
1
docker/worker/config/ice-cron
Normal file
1
docker/worker/config/ice-cron
Normal file
@@ -0,0 +1 @@
|
||||
* * * * * php /var/www/html/app/cron.php
|
||||
2
docker/worker/config/php.ini
Normal file
2
docker/worker/config/php.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[Date]
|
||||
date.timezone="UTC"
|
||||
Reference in New Issue
Block a user