import env from '#start/env' export default { connection: { host: env.get('REDIS_HOST', '127.0.0.1'), port: env.get('REDIS_PORT', 6379), }, }