Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
1.0.2 (#22)
Browse files Browse the repository at this point in the history
* Update README.md
* fix .env variables
* .idea added to .gitignore
  • Loading branch information
OrangeLoops authored Jul 22, 2019
1 parent 7868dfe commit ee855da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "public-ol-server-template",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"description": "",
"author": "OrangeLoops",
Expand Down

0 comments on commit ee855da

Please sign in to comment.