Skip to content
Snippets Groups Projects
Commit 95a5b8d1 authored by Robert Rosca's avatar Robert Rosca
Browse files

Leave calibration config in home dir

parent a0f27bd0
No related branches found
No related tags found
1 merge request!531Feat/dynaconf
......@@ -30,4 +30,4 @@ server-config:
web-service:
job-db: "@format {this.webservice_dir}/webservice_jobs.sqlite"
cal-config: "@format {this.webservice_dir}/calibration_config/default.yaml"
cal-config: "@format {env[HOME]}/calibration_config/default.yaml"
config-repo:
url: '@note add this to secrets file'
local-path: "@format {this.webservice_dir}/calibration_config"
local-path: "@format {env[HOME]}/calibration_config"
web-service:
port: 5555
......
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