Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
95a5b8d1
Commit
95a5b8d1
authored
3 years ago
by
Robert Rosca
Browse files
Options
Downloads
Patches
Plain Diff
Leave calibration config in home dir
parent
a0f27bd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!531
Feat/dynaconf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
webservice/config/serve_overview.yaml
+1
-1
1 addition, 1 deletion
webservice/config/serve_overview.yaml
webservice/config/webservice.yaml
+1
-1
1 addition, 1 deletion
webservice/config/webservice.yaml
with
2 additions
and
2 deletions
webservice/config/serve_overview.yaml
+
1
−
1
View file @
95a5b8d1
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
webservice/config/webservice.yaml
+
1
−
1
View file @
95a5b8d1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment