flecks/packages/redis/src/index.js

13 lines
189 B
JavaScript
Raw Normal View History

2024-01-28 12:46:13 -06:00
export const hooks = {
'@flecks/core.config': () => ({
/**
* Redis server host.
*/
host: 'localhost',
/**
* Redis server port.
*/
port: 6379,
}),
};