Skip to content

Commit

Permalink
Merge 2ecb040 into f80bcb2
Browse files Browse the repository at this point in the history
  • Loading branch information
veeqtor committed Aug 23, 2018
2 parents f80bcb2 + 2ecb040 commit c56b269
Show file tree
Hide file tree
Showing 15 changed files with 777 additions and 423 deletions.
7 changes: 6 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ PROD_DB_HOST=
SESSION_SECRET=
JWT_TOKEN_SECRET=

SECRETE_KEY=
EMAIL_PORT=
EMAIL_USER=
EMAIL_PASS=
EMAIL_HOST=
VERIFYTOKEN_EXPIRY=

URL_HOST=
NO_REPLY_MAIL=
CLOUD_NAME=
API_KEY=
API_SECRET=
SECRETE_KEY=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": false,
"prettier.eslintIntegration": false,
"prettier.stylelintIntegration": false,

}
Loading

0 comments on commit c56b269

Please sign in to comment.