|
|
@ -17,9 +17,11 @@ var async = require('async'),
|
|
|
|
"base_url": 'http://localhost',
|
|
|
|
"base_url": 'http://localhost',
|
|
|
|
"port": 4567,
|
|
|
|
"port": 4567,
|
|
|
|
"use_port": true,
|
|
|
|
"use_port": true,
|
|
|
|
"redis:host": '127.0.0.1',
|
|
|
|
"redis": {
|
|
|
|
"redis:port": 6379,
|
|
|
|
"host": '127.0.0.1',
|
|
|
|
"redis:password": '',
|
|
|
|
"port": 6379,
|
|
|
|
|
|
|
|
"password": ''
|
|
|
|
|
|
|
|
},
|
|
|
|
"secret": utils.generateUUID(),
|
|
|
|
"secret": utils.generateUUID(),
|
|
|
|
"bcrypt_rounds": 12,
|
|
|
|
"bcrypt_rounds": 12,
|
|
|
|
"upload_path": '/public/uploads'
|
|
|
|
"upload_path": '/public/uploads'
|
|
|
|