forked from latitudegames/thoth
-
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 #1 from super-reality/feature-add-server-shaw
Feature add server shaw
- Loading branch information
Showing
264 changed files
with
135,958 additions
and
3,041 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
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,4 +1,5 @@ | ||
# Add Github npm package registry, so we can install private npm packages | ||
@latitudegames:registry=https://npm.pkg.github.com/ | ||
//npm.pkg.github.com/:_authToken=${NPM_TOKEN} | ||
|
||
#@latitudegames:registry=https://npm.pkg.github.com/ | ||
#npm.pkg.github.com/:_authToken=${NPM_TOKEN} | ||
legacy-peer-deps=true | ||
shamefully-hoist=true |
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 +1 @@ | ||
14.17.6 | ||
16.6.2 |
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,34 @@ | ||
EXTEND_ESLINT = true | ||
# Leave this true if you are developing against the Latitude API | ||
# Set this to false if you are developing against the included server | ||
REACT_APP_USE_LATITUDE=false | ||
|
||
EXTEND_ESLINT=true | ||
|
||
# This prod site root assumes the netlify build context $URL is available, replace for other hosts | ||
REACT_APP_SITE_ROOT_URL_PROD=https://thoth.latitude.io | ||
|
||
REACT_APP_SITE_ROOT_URL=http://localhost:3001 | ||
REACT_APP_LAPI_ROOT_URL=http://localhost:8000 | ||
REACT_APP_SITE_ROOT_URL_PROD=$URL | ||
REACT_APP_SITE_ROOT_URL=http://localhost:8001 | ||
|
||
# Latitude API URL (if using) | ||
|
||
REACT_APP_LAPI_ROOT_URL=http://localhost:8000 | ||
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io | ||
|
||
# Thoth API URL | ||
|
||
REACT_APP_API_ROOT_URL=http://localhost:8001 | ||
REACT_APP_API_ROOT_URL_PROD=http://localhost:8001 | ||
|
||
REACT_APP_CORS_URL=http://localhost:8002 | ||
|
||
REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/ | ||
|
||
# Oauth Client Id | ||
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56 | ||
|
||
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56 | ||
|
||
EXTEND_ESLINT=true | ||
REACT_APP_USE_AGENTS=true | ||
|
||
REACT_APP_SPEECH_SERVER_URL=http://localhost:65532 | ||
REACT_APP_SEARCH_SERVER_URL=http://localhost:65531 |
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,30 @@ | ||
# Leave this true if you are developing against the Latitude API | ||
# Set this to false if you are developing against the included server | ||
REACT_APP_USE_LATITUDE=true | ||
|
||
EXTEND_ESLINT=true | ||
|
||
# This prod site root assumes the netlify build context $URL is available, replace for other hosts | ||
REACT_APP_SITE_ROOT_URL_PROD=$URL | ||
REACT_APP_SITE_ROOT_URL=http://localhost:8001 | ||
|
||
# Latitude API URL (if using) | ||
REACT_APP_LAPI_ROOT_URL=http://localhost:8000 | ||
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io | ||
|
||
# Thoth API URL | ||
REACT_APP_API_ROOT_URL=http://localhost:8001 | ||
REACT_APP_API_ROOT_URL_PROD=http://localhost:8001 | ||
|
||
REACT_APP_CORS_URL=http://localhost:8002 | ||
|
||
REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/ | ||
|
||
# Oauth Client Id | ||
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56 | ||
|
||
EXTEND_ESLINT=true | ||
REACT_APP_USE_AGENTS=true | ||
|
||
REACT_APP_SPEECH_SERVER_URL=http://localhost:65532 | ||
REACT_APP_SEARCH_SERVER_URL=http://localhost:65531 |
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,11 +1,8 @@ | ||
EXTEND_ESLINT = true | ||
|
||
# This prod site root assumes the netlify build context $URL is available, replace for other hosts | ||
REACT_APP_SITE_ROOT_URL_PROD=$URL | ||
REACT_APP_SITE_ROOT_URL=http://localhost:3001 | ||
REACT_APP_LAPI_ROOT_URL=http://localhost:8000 | ||
REACT_APP_LAPI_ROOT_URL_PROD=https://api.latitude.io | ||
REACT_APP_SITE_STAGING=https://62264f21c3a9860ad1e5bdd3--optimistic-turing-def916.netlify.app/ | ||
|
||
# Oauth Client Id | ||
REACT_APP_OAUTH_CLIENT_ID=a6b51c87-7565-42ab-a4b0-38a07f3b6c56 | ||
# REACT_APP_API_ROOT_URL=https://api.latitude.io | ||
# REACT_APP_API_ROOT_URL=https://latitude-api-staging.herokuapp.com | ||
REACT_APP_API_ROOT_URL=http://localhost:8001 | ||
REACT_APP_CORS_URL=http://localhost:8002 | ||
REACT_APP_USE_LATITUDE=true | ||
EXTEND_ESLINT=true | ||
REACT_APP_USE_AGENTS=false | ||
REACT_APP_SPEECH_SERVER_URL=http://localhost:65532 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ node_modules | |
build | ||
.DS_Store | ||
dist | ||
LICENSE | ||
.env |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.