Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Nov 3, 2016
1 parent fb8c2c2 commit af522a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/nodejs-regular-webapp/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTH0_CLIENT_ID={{CLIENT_ID}}
AUTH0_CLIENT_SECRET={{CLIENT_SECRET}}
AUTH0_DOMAIN={{DOMAIN}}
AUTH0_CALLBACK_URL={{CALLBACK_URL}}
AUTH0_CLIENT_ID={CLIENT_ID}
AUTH0_CLIENT_SECRET={CLIENT_SECRET}
AUTH0_DOMAIN={DOMAIN}
AUTH0_CALLBACK_URL={CALLBACK_URL}

0 comments on commit af522a9

Please sign in to comment.