-
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.
- Loading branch information
vorozhkog
committed
Aug 1, 2024
1 parent
c8c13f9
commit 64d374d
Showing
6 changed files
with
50 additions
and
21 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,13 +1,14 @@ | ||
PYTHONUNBUFFERED=1 | ||
LOG_LEVEL="trace" | ||
|
||
TASK_ID=52548 # ⬅️ change value (run 'While True Script' app and copy task ID) | ||
TASK_ID=63377 # ⬅️ change value (run 'While True Script' app and copy task ID) | ||
|
||
context.userId=330 # ⬅️ change value | ||
context.teamId=506 # ⬅️ change value | ||
context.workspaceId=942 # ⬅️ change value | ||
modal.state.slyProjectId=34944 # ⬅️ change value | ||
# modal.state.slyDatasetId=75910 # ⬅️ change value (optional) | ||
context.userId=328 # ⬅️ change value | ||
context.teamId=570 # ⬅️ change value | ||
context.workspaceId=1101 # ⬅️ change value | ||
modal.state.slyProjectId=39748 # ⬅️ change value | ||
context.projectId=39748 | ||
# modal.state.slyDatasetId=75910 # ⬅️ change value (optional) | ||
|
||
DEBUG_APP_DIR="debug/app_debug_data" | ||
DEBUG_CACHE_DIR="debug/app_debug_cache" |
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