-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from rootkie/0.3.1-beta
0.3.1 beta
- Loading branch information
Showing
29 changed files
with
3,345 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// This is a template file for .env | ||
// To make it work, simply remove the extensions .template.js (leaving just .env) and substitute the various values | ||
// They corrosponds to process.env.* where * is the key. Refer to https://github.com/motdotla/dotenv | ||
// Make sure to delete the comments since .env files do not support comments. | ||
|
||
SECRET= | ||
SECRET_REFRESH= | ||
SECRET_EMAIL= | ||
DATABASE= | ||
DATABASE_DEBUG= | ||
NODE_ENV= | ||
TEST_EMAIL= | ||
TEST_EMAIL_PW= | ||
ALLOW_ORIGIN= | ||
USER= | ||
CLIENT_ID= | ||
CLIENT_SECRET= | ||
REFRESH_TOKEN= | ||
DOMAIN_NAME= | ||
CAPTCHA_SECRET= | ||
RESET_PASSWORD_RANDOM= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
verbose: true, | ||
rootDir: '../', | ||
testEnvironment: 'node', | ||
testMatch: [ '<rootDir>/server/__tests__/*.test.js' ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
verbose: true, | ||
rootDir: '../', | ||
testMatch: [ '<rootDir>/src/__tests__/*.js' ] | ||
} |
Binary file not shown.
Empty file.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.