-
Notifications
You must be signed in to change notification settings - Fork 1
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 #5 from helxplatform/jls-upgrades
JLS Upgrades
- Loading branch information
Showing
34 changed files
with
820 additions
and
2,893 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 |
---|---|---|
@@ -1 +1,13 @@ | ||
GRADER_API_URL=http://localhost:8000 | ||
# Base URL of the Grader API | ||
GRADER_API_URL=http://localhost:8000 | ||
# User's onyen | ||
USER_ONYEN=myonyen | ||
# User's password | ||
USER_AUTOGEN_PASSWORD=mypassword | ||
# How far ahead of time to refresh the user's access token | ||
# (proactively refreshing deals with issues such as latency and clock sync) | ||
JWT_REFRESH_LEEWAY_SECONDS=60 | ||
# How long to keep long-polling connections alive before dropping the client (Jupyter frontend). | ||
LONG_POLLING_TIMEOUT_SECONDS=60 | ||
# For polling that depends on unobservable data, how long to sleep in between data fetches. | ||
LONG_POLLING_SLEEP_INTERVAL_SECONDS=5 |
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.