From 42006c9e6f0a156ed7a41ee95bdf3869fad154d2 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Thu, 13 May 2021 11:55:35 -0500 Subject: [PATCH] Add DB path as variable --- rabbit_config.py.example | 1 + 1 file changed, 1 insertion(+) diff --git a/rabbit_config.py.example b/rabbit_config.py.example index 21386da..19af28d 100644 --- a/rabbit_config.py.example +++ b/rabbit_config.py.example @@ -14,6 +14,7 @@ User_dirs = ['/home', '/data/user', '/data/scratch'] # git_commit agent config rc_users_ldap_repo_loc = "~/git/rc-users" +Db_path = ".agent_db" # Config related to email Mail_server = 'localhost' -- GitLab