Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Ignoring .env
Browse files Browse the repository at this point in the history
  • Loading branch information
machuga committed Aug 18, 2017
1 parent 72a5aed commit fe3b7d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.DS_Store
.nyc_output
server/config.json
.env
6 changes: 6 additions & 0 deletions server/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"EXTENSION_SECRET": "super-secret",
"AUTH0_DOMAIN": "machuga-auth0.auth0.com",
"AUTH0_CLIENT_ID": "XXT53jbTXVzFvSxuXUQZsRSWC11eMMIC",
"AUTH0_CLIENT_SECRET": "5Y9V0tKJoNxJ-GdKXSMbw7ZlWv4HElUFHfqfguvqamR3csIzjDTxBhD_mzslfRjR"
}

0 comments on commit fe3b7d8

Please sign in to comment.