mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-07-21 12:28:45 +02:00
Add support for Redis in addition to System V queues
This commit is contained in:
parent
5c697b5240
commit
36c5d7ec0c
11 changed files with 407 additions and 93 deletions
|
@ -26,6 +26,11 @@
|
|||
'HOST' => '%APP_URL_SHORTENER_HOST%',
|
||||
'USER' => '%APP_URL_SHORTENER_USER%',
|
||||
'PASS' => '%APP_URL_SHORTENER_PASS%',
|
||||
]
|
||||
],
|
||||
|
||||
// Define if we should use a Redis instance instead of System V Queues
|
||||
'USE_REDIS_QUEUES' => %APP_USE_REDIS_QUEUES%,
|
||||
'REDIS_HOST' => '%APP_REDIS_HOST%',
|
||||
'REDIS_PORT' => '%APP_REDIS_PORT%',
|
||||
'REDIS_PASSWORD' => '%APP_REDIS_PASSWORD%',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue