-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tasks queues and parallel multitasking
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
export DEBUG='*eye*' | ||
export NODE_ENV='production' | ||
export THEEYE_SUPERVISOR_CLIENT_ID='b8f945743826bc430e354ada758768e4d60e764f' | ||
export THEEYE_SUPERVISOR_CLIENT_SECRET='d1f1b76961e262cd2362ad6c99e23514cadb2b8c' | ||
export THEEYE_SUPERVISOR_CLIENT_CUSTOMER='FacugonSG' | ||
export THEEYE_SUPERVISOR_API_URL='https://supervisor.theeye.io' | ||
export THEEYE_CLIENT_HOSTNAME='FacugonSG' | ||
node --inspect=9003 core/main |
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