Skip to content

Commit

Permalink
Add auth0 domain to now config
Browse files Browse the repository at this point in the history
  • Loading branch information
poulainv committed Jan 23, 2020
1 parent 232a4da commit 56881bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": 2,
"build": {
"env": {
"GRAPHQL_URL": "https://quiet-vincentpoulain.quiet.now.sh/graphql",
"DATABASE_PROVIDER": "@database_provider",
"DATABASE_URL": "@database_url",
"AUTH0_DOMAIN": "@auth0_domain",
Expand All @@ -13,7 +14,9 @@
},
"env": {
"DATABASE_PROVIDER": "@database_provider",
"DATABASE_URL": "@database_url"
"DATABASE_URL": "@database_url",
"AUTH0_AUDIENCE": "https://tottem-api.herokuapp.com/graphql",
"AUTH0_DOMAIN": "@auth0_domain"
},
"builds": [
{ "src": "package.json", "use": "@now/next" },
Expand Down

0 comments on commit 56881bf

Please sign in to comment.