Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rabbitmq_agents
Merge requests
!14
changing the server mentioned in config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
changing the server mentioned in config file
github/fork/rtripath89/correct_machine_with_rabbitmq_server
into
develop
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Ravi Tripathi
requested to merge
github/fork/rtripath89/correct_machine_with_rabbitmq_server
into
develop
5 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: rtripath89
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
56393e01
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
rabbit_config.py.example
+
1
−
1
Options
@@ -2,5 +2,5 @@ Exchange = 'RegUsr'
User = 'reggie'
Password = 'CHANGE_IT_TO_YOUR_OWN_PASSWORD'
VHost = '/'
Server = 'o
od
'
Server = 'o
hpc
'
Port = 5672
Loading