-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
41 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export NODE_ENV=development | ||
export TENANT_ID="" | ||
export TENANT_ID='' | ||
export PORT=3100 | ||
export HOST=127.0.0.1 | ||
export CLIENT_ID="" | ||
export CLIENT_SECRET="" | ||
export CLIENT_ID='' | ||
export CLIENT_SECRET='' | ||
|
||
export EPISODES_API_URI="" | ||
export EPISODES_API_URI='' | ||
|
||
export QUOTES_API_URL="http://127.0.0.1:3200" | ||
export QUOTES_API_URI="" |
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,6 +1,6 @@ | ||
export NODE_ENV=development | ||
export TENANT_ID="" | ||
export TENANT_ID='' | ||
export PORT=3200 | ||
export HOST=127.0.0.1 | ||
export EPISODES_API_URI="" | ||
export QUOTES_API_URI="" | ||
export EPISODES_API_URI='' | ||
export QUOTES_API_URI='' |