-
Notifications
You must be signed in to change notification settings - Fork 5
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 #59 from nuuxcode/dev
Merge to production
- Loading branch information
Showing
16 changed files
with
175 additions
and
59 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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Database | ||
POSTGRES_USER=bikehub | ||
POSTGRES_PASSWORD=Bike-Hub | ||
#POSTGRES_PASSWORD= | ||
POSTGRES_DB=bikehub | ||
DATABASE_URL=postgresql://bikehub:Bike-Hub@localhost:5432/bikehub?schema=public | ||
DATABASE_URL_LOCAL=postgresql://bikehub:Bike-Hub@localhost:5432/bikehub?schema=public | ||
DATABASE_URL_DEV=postgresql://bikehub:[email protected]:5432/bikehub?schema=public | ||
DATABASE_URL_PROD=postgresql://bikehub:[email protected]:5432/bikehub?schema=public | ||
#DATABASE_URL= | ||
#DATABASE_URL_LOCAL= | ||
#DATABASE_URL_DEV= | ||
#DATABASE_URL_PROD= | ||
# JWT | ||
JWT_SIGNATURE=secret123456789 | ||
#JWT_SIGNATURE= | ||
# CORS | ||
CORS_ALLOW_URL=http://localhost:3002,https://localhost:3002,http://localhost:3000,http://34.175.134.108:*,http://142.93.105.168:*,https://localhost:3000,https://34.175.134.108:*,https://142.93.105.168:*,http://dev.bikehub.me,http://bikehub.me,https://dev.bikehub.me,https://bikehub.me | ||
# API | ||
|
@@ -17,16 +17,16 @@ BASE_URL_PROD=https://bikehub.me | |
BASE_URL_DEV=https://dev.bikehub.me | ||
BASE_URL_LOCAL=http://localhost:3000 | ||
BASE_URL_API_LOCAL=http://localhost:3300 | ||
# Google OAuth | ||
CLIENT_ID=1056307988139-cdpr08sgvae8m8r6ns8oh5cdd7akuo79.apps.googleusercontent.com | ||
CLIENT_SECRET=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 | ||
# Google OAuth (manualy add in from server) | ||
#CLIENT_ID= | ||
#CLIENT_SECRET= | ||
# dev OR prod OR local | ||
NODE_ENV=local | ||
# dev OR prod OR local | ||
DB_MODE=dev | ||
# email (manualy add in from server) | ||
#EMAIL_USERNAME= | ||
#EMAIL_PASSWORD= | ||
# paypal | ||
# paypal (manualy add in from server) | ||
#PAYPAL_CLIENT_ID= | ||
#PAYPAL_CLIENT_SECRET= |
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
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
Oops, something went wrong.