coolify/config
peaklabs-dev d2cae69d99
chore(config): configure laravel queues
- use redis as the default queue connection
- use the redis "jobs" connection for all queued jobs
- set after_commit=true to ensure jobs wait for all DB transactions to finish before being dispatched
- use pgsql database for job batches
- remove logging of failed jobs into a DB table as we use horizon for that
2025-12-16 17:08:59 +01:00
..
app.php chore(config): improve app config 2025-11-30 16:50:04 +01:00
auth.php chore(config): expire password reset tokens after 10min 2025-12-11 17:38:26 +01:00
cache.php chore(config): remove unused file cache store (#7646) 2025-12-16 14:59:38 +01:00
database.php chore(config): configure redis connections 2025-12-09 17:51:01 +01:00
filesystems.php style: apply pint to full codebase 2025-11-30 16:58:58 +01:00
hashing.php chore(config): remove unused bcrypt hashing options 2025-12-10 17:40:36 +01:00
logging.php chore(config): setup production logging 2025-12-04 14:47:22 +01:00
mail.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
queue.php chore(config): configure laravel queues 2025-12-16 17:08:59 +01:00
ray.php chore(config): update config files to the latest skeleton version 2025-12-01 23:11:33 +01:00
services.php chore(config): update config files to the latest skeleton version 2025-11-30 16:58:58 +01:00
session.php chore(config): expire idle sessions after 1 day 2025-12-09 17:51:02 +01:00