mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-08 20:08:05 -05:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { ConnectionOptions } from 'bullmq'
|
|
|
|
export const redisConnection: ConnectionOptions = {
|
|
host: 'magic-redis',
|
|
port: 6379,
|
|
}
|