Skip to content
Snippets Groups Projects
Commit 28472677 authored by Anael Beutot's avatar Anael Beutot
Browse files

Added plugin persistence path to config

parent bec3b2c1
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ class NodeConfigParser(object):
# path settings
self.jobs_store_path = config.get('jobs_store_path',
'/var/lib/cc-node/jobs')
# plugins persistance
self.plugins_store_path = config.get('plugins_store_path',
'/var/lib/cc-node/plugins')
def configure_logging(level):
......
......@@ -8,3 +8,4 @@ password=_CC_SERVER_PASSWD_
# debug = off
# jobs_store_path=/var/lib/cc-node/jobs/
# plugins_store_path=/var/lib/cc-node/plugins # it's a file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment