Using the simpleworks conf now
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const {createClient} = require('redis');
|
||||
const objValidate = require('../utils/object_validate');
|
||||
const conf = require('../conf');
|
||||
const conf = require('@simpleworkjs/conf');
|
||||
|
||||
const client = createClient({});
|
||||
client.connect();
|
||||
|
||||
Reference in New Issue
Block a user