Skip to content
Snippets Groups Projects

Make changes to example config file

Merged Ravi Tripathi requested to merge github/fork/eesaanatluri/feat-merge-configs into feat-cod-rmq
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
@@ -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