Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Create now.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eai04191 committed Jul 16, 2019
1 parent 832cb1f commit be6b816
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions now.json
@@ -0,0 +1,8 @@
{
"version": 2,
"builds": [{ "src": "app/app.js", "use": "@now/node" }],
"routes": [{ "src": "/(.*)", "dest": "app/app.js" }],
"env": {
"DB_URI": "@mongo_atras_dois_uri"
}
}

1 comment on commit be6b816

@vercel
Copy link

@vercel vercel bot commented on be6b816 Jul 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.