-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #657 from thedevs-network/chore/update-deps
Update dependencies and delete v1 API
- Loading branch information
Showing
98 changed files
with
21,172 additions
and
51,925 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 |
---|---|---|
|
@@ -18,12 +18,6 @@ DB_USER= | |
DB_PASSWORD= | ||
DB_SSL=false | ||
|
||
# ONLY NEEDED FOR MIGRATION !!1! | ||
# Neo4j database credential details | ||
NEO4J_DB_URI=bolt://localhost | ||
NEO4J_DB_USERNAME=neo4j | ||
NEO4J_DB_PASSWORD=pass | ||
|
||
# Redis host and port | ||
REDIS_HOST=redis | ||
REDIS_PORT=6379 | ||
|
@@ -65,15 +59,6 @@ RECAPTCHA_SECRET_KEY= | |
# Get it from https://developers.google.com/safe-browsing/v4/get-started | ||
GOOGLE_SAFE_BROWSING_KEY= | ||
|
||
# Google Analytics tracking ID for universal analytics. | ||
# Example: UA-XXXX-XX | ||
GOOGLE_ANALYTICS= | ||
GOOGLE_ANALYTICS_UNIVERSAL= | ||
|
||
# Google Analytics tracking ID for universal analytics | ||
# This one is used for links | ||
# GOOGLE_ANALYTICS_UNIVERSAL= | ||
|
||
# Your email host details to use to send verification emails. | ||
# More info on http://nodemailer.com/ | ||
# Mail from example "Kutt <[email protected]>". Leave empty to use MAIL_USER | ||
|
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 |
---|---|---|
|
@@ -18,12 +18,6 @@ DB_USER= | |
DB_PASSWORD= | ||
DB_SSL=false | ||
|
||
# ONLY NEEDED FOR MIGRATION !!1! | ||
# Neo4j database credential details | ||
NEO4J_DB_URI=bolt://localhost | ||
NEO4J_DB_USERNAME=neo4j | ||
NEO4J_DB_PASSWORD=pass | ||
|
||
# Redis host and port | ||
REDIS_HOST=127.0.0.1 | ||
REDIS_PORT=6379 | ||
|
@@ -68,15 +62,6 @@ RECAPTCHA_SECRET_KEY= | |
# Get it from https://developers.google.com/safe-browsing/v4/get-started | ||
GOOGLE_SAFE_BROWSING_KEY= | ||
|
||
# Google Analytics tracking ID for universal analytics. | ||
# Example: UA-XXXX-XX | ||
GOOGLE_ANALYTICS= | ||
GOOGLE_ANALYTICS_UNIVERSAL= | ||
|
||
# Google Analytics tracking ID for universal analytics | ||
# This one is used for links | ||
# GOOGLE_ANALYTICS_UNIVERSAL= | ||
|
||
# Your email host details to use to send verification emails. | ||
# More info on http://nodemailer.com/ | ||
# Mail from example "Kutt <[email protected]>". Leave empty to use MAIL_USER | ||
|
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npm run lint:nofix |
This file was deleted.
Oops, something went wrong.
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
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.