Last active
December 30, 2022 23:29
-
-
Save dipeshhkc/e5bc748780c50e97b7fd0150f47998e1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const ( | |
QUEUE = "queue-1" | |
USERNAME = "admin" | |
PASSWORD = "admin" | |
HOST = "localhost" | |
PORT = "5672" | |
TASK1 = "task-1" | |
TASK2 = "task-2" | |
SERVERPORT = ":8000" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment