mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
49d612daa1
Remove supervisor usage. Cron now runs as separate service. CI for backend now performs without Docker.
6 lines
106 B
INI
6 lines
106 B
INI
error_reporting = E_ALL;
|
|
display_errors = On;
|
|
|
|
# Disable Opcache caching
|
|
opcache.validate_timestamps = 1;
|