Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
8
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
!67
Make changes to example config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make changes to example config file
github/fork/eesaanatluri/feat-merge-configs
into
feat-cod-rmq
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Ravi Tripathi
requested to merge
github/fork/eesaanatluri/feat-merge-configs
into
feat-cod-rmq
4 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
Created by: eesaanatluri
👍
0
👎
0
Merge request reports
Compare
feat-cod-rmq
feat-cod-rmq (base)
and
latest version
latest version
b2570298
2 commits,
1 year ago
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
rabbit_config.py.example
+
6
−
2
Options
@@ -5,12 +5,16 @@ VHost = '/'
Server = 'ohpc'
Port = 5672
# time delay to let account creation finish
# to avoid concurrency with downstream agents
Delay = 5
# git_commit agent config
rc_users_ldap_repo_loc = "~/git/rc-users"
# Config related to email
Server = 'localhost'
My
_email = 'root@localhost'
Admin
_email = 'root@localhost'
Sender = 'ROOT@LOCALHOST'
Sender_alias = 'Services'
Subject = 'New User Account'
@@ -34,7 +38,7 @@ User ID: {{{{ username }}}}
If you have any questions, please visit:
{Info_url}
or email at {
My
_email}
or email at {
Admin
_email}
Cheers,
"""
Loading