Created
September 5, 2014 21:39
-
-
Save MFQ/f37a4f857427812db389 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// var config = { | |
// github: { | |
// key: '6323c37841d2d7193257', | |
// secret: 'f23cd2725477e1b623c1ce7ac469b7786396bb15' | |
// }, | |
// db: { | |
// name: 'd7unp5qf2gmj15', | |
// host: 'ec2-54-197-238-242.compute-1.amazonaws.com', | |
// port: '5432', | |
// user:'mmreglctjhugfw', | |
// password:'hdc1LVwIAvPoqqolw3Kis-O_cL' | |
// }, | |
// session: { | |
// secret: 'p0nt1cl4r0 r00lz!', | |
// redis_host: 'pub-redis-10140.us-east-1-4.2.ec2.garantiadata.com', | |
// redis_port: 10140, | |
// redis_password: '123', | |
// redis_prefix: 'session:' | |
// } | |
// // session: { | |
// // secret: 'p0nt1cl4r0 r00lz!', | |
// // redis_host: 'localhost', | |
// // redis_port: 6379, | |
// // redis_password: '', | |
// // redis_prefix: 'session:' | |
// // } | |
// } | |
// module.exports = config; | |
var config = { | |
github: { | |
key: 'f63e7c399d8cff697ede', | |
secret: '7d7d5df83fbb7b1116a376eae0480c5b7cfa73e6' | |
}, | |
db: { | |
name: 'evailable', | |
host: 'localhost', | |
port: '5432', | |
user:'', | |
password:'' | |
}, | |
session: { | |
secret: 'p0nt1cl4r0 r00lz!', | |
redis_host: 'localhost', | |
redis_port: 6379, | |
redis_password: '', | |
redis_prefix: 'session:' | |
} | |
// session: { | |
// secret: 'p0nt1cl4r0 r00lz!', | |
// redis_host: 'pub-redis-10140.us-east-1-4.2.ec2.garantiadata.com', | |
// redis_port: 10140, | |
// redis_password: '123', | |
// redis_prefix: 'session:' | |
// } | |
} | |
module.exports = config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment