-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* username taken from env * updated docs and platform.sh * updated run script * minor changes removed empty lines * Update backend/README.md Signed-off-by: Hari John Kuriakose <[email protected]> * Apply suggestions from code review Signed-off-by: Hari John Kuriakose <[email protected]> * Update backend/sample.env Signed-off-by: Hari John Kuriakose <[email protected]> * Apply suggestions from code review Signed-off-by: Hari John Kuriakose <[email protected]> * Update run-platform.sh Signed-off-by: Hari John Kuriakose <[email protected]> --------- Signed-off-by: Hari John Kuriakose <[email protected]> Co-authored-by: Hari John Kuriakose <[email protected]>
- Loading branch information
1 parent
6f53013
commit 45d0273
Showing
6 changed files
with
27 additions
and
5 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ class ErrorMessage: | |
class DefaultOrg: | ||
ORGANIZATION_NAME = "mock_org" | ||
MOCK_ORG = "mock_org" | ||
MOCK_USER = "unstract" | ||
MOCK_USER = settings.DEFAULT_AUTH_USERNAME | ||
MOCK_USER_ID = "mock_user_id" | ||
MOCK_USER_EMAIL = "[email protected]" | ||
MOCK_USER_PASSWORD = settings.DEFAULT_AUTH_PASSWORD | ||
|
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