am-i-alive-nodejs

Make it easy for people to check if you are alive or not.
git clone http://git.hanabi.in/repos/am-i-alive-nodejs.git
Log | Files | Refs | LICENSE

config.js (153B)


      1 module.exports = {
      2   port: process.env.PORT || 3000,
      3   auth:
      4     "07eff565187b16414fb06064bca51cb20837eb99dd5a0637dfc8257819f0",
      5   name: "acagastya",
      6 };