From ee855da70d03349a81ab8cdf8267429a4efef8c5 Mon Sep 17 00:00:00 2001 From: OrangeLoops Date: Mon, 22 Jul 2019 10:13:52 -0300 Subject: [PATCH] 1.0.2 (#22) * Update README.md * fix .env variables * .idea added to .gitignore --- .env | 10 +++++----- .gitignore | 1 + README.md | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.env b/.env index e593751..76c248b 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ PORT=5000 DB_HOST=localhost DB_PORT=5432 -DB_NAME=ol-server-template +DB_NAME=public-ol-server-template DB_USERNAME=postgres DB_PASSWORD=postgres @@ -12,13 +12,13 @@ REFRESH_TOKEN_SECRET=7YMLDnNAR1aUeMJGMSe9YuLTtDEWaP65PWD0+UkR73wmGKDsDtd7zSh0jKG REFRESH_TOKEN_EXPIRATION=1w GOOGLE_STORAGE_ROOT=staging -GOOGLE_STORAGE_BUCKET=ol-server-template-staging.appspot.com +GOOGLE_STORAGE_BUCKET=public-ol-server-template-staging.appspot.com MAILJET_APIKEY_PUBLIC=XXX MAILJET_APIKEY_PRIVATE=YYY -MAILJET_CAMPAIGN=ol-server-template -MAILJET_FROM=public@orangeloops.com -MAILJET_FROM_NAME=ol-server-template +MAILJET_CAMPAIGN=public-ol-server-template +MAILJET_FROM=user@dummy.com +MAILJET_FROM_NAME=public-ol-server-template MAILJET_ACTIVATION_TEMPLATE_ID=111 MAILJET_ACTIVATION_LINK=http://localhost:5000/confirmEmail?token={token} MAILJET_PASSWORD_TEMPLATE_ID=222 diff --git a/.gitignore b/.gitignore index 03415d5..b39b584 100755 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ yarn-debug.log* yarn-error.log* # webstorm +/.idea/ /.idea/httpRequests /.idea/httpRequests/http-requests-log.http /.idea/inspectionProfiles/profiles_settings.xml diff --git a/README.md b/README.md index 1db4d8e..2cf92ab 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - [Lint-staged](https://github.com/okonet/lint-staged/) to run linters on git staged files. -## Getting Start +## Getting Started Run the following commands in your terminal diff --git a/package.json b/package.json index d7a1db9..502b43a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-ol-server-template", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "", "author": "OrangeLoops",