Skip to content

Commit

Permalink
Update secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwalo32 committed Jan 11, 2021
1 parent d40832b commit 75126c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"regions": ["iad1"],
"build": {
"env": {
"BACKEND_URL": "@mern_template_backend_url"
"BACKEND_URL": "@memberdb_tool_backend_url"
}
},
"env": {
"MONGO_URL": "@mern_template_db_url"
"MONGO_URL": "@memberdb_tool_db_url"
},
"builds": [
{ "src": "api/src/app.js", "use": "@now/node" },
Expand Down

1 comment on commit 75126c7

@vercel
Copy link

@vercel vercel bot commented on 75126c7 Jan 11, 2021

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.