part 12 done
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const MONGO_URL = process.env.MONGO_URL || undefined
|
||||
const REDIS_URL = process.env.REDIS_URL || undefined
|
||||
|
||||
module.exports = {
|
||||
MONGO_URL,//: 'mongodb://the_username:the_password@localhost:3456/the_database',
|
||||
REDIS_URL//: '//localhost:6378'
|
||||
}
|
||||
Reference in New Issue
Block a user