Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const config = {
  2. PORT: 3000,
  3. DB_URL: "mongodb://localhost/unity-app",
  4. SECRET_KEY: "secretkey"
  5. };
  6.  
  7. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement