Skip to content
Snippets Groups Projects
Commit fc9c7519 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Put jobs database in separate database directory

parent 1d626d33
No related branches found
No related tags found
1 merge request!1073[Webservice] Put jobs database in separate database directory
......@@ -26,5 +26,5 @@ server-config:
n-calib: 10
web-service:
job-db: "@format {this.webservice_dir}/webservice_jobs.sqlite"
job-db: "@format {this.webservice_dir}/db/webservice_jobs.sqlite"
cal-config: "@format {env[HOME]}/calibration_config/default.yaml"
......@@ -7,7 +7,7 @@ web-service:
port: 5555
bind-to: tcp://*
allowed-ips:
job-db: "@format {this.webservice_dir}/webservice_jobs.sqlite"
job-db: "@format {this.webservice_dir}/db/webservice_jobs.sqlite"
job-update-interval: 60
job-timeout: 3600
......
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