Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Last active December 30, 2022 23:29
Show Gist options
  • Save dipeshhkc/e5bc748780c50e97b7fd0150f47998e1 to your computer and use it in GitHub Desktop.
Save dipeshhkc/e5bc748780c50e97b7fd0150f47998e1 to your computer and use it in GitHub Desktop.
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