Skip to content

Commit

Permalink
fix: bad json file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 14, 2024
1 parent 3f80e5d commit 169dd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.10.8
- fix: bad json file
0.10.7
- enh: add cache location for DCOR-med
- ref: remove "dcor_object_store.local_backup_location"
Expand Down
4 changes: 2 additions & 2 deletions dcor_control/resources/server_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dcor_object_store.access_key_id": "ZEtYxn2QxSGB5KCoDLLw",
"dcor_object_store.secret_access_key": "dIArZGZdNPD0NlN5GW7miYQxrtFAEl45LvDVR8cE",
"dcor_object_store.endpoint_url": "http://127.0.0.1:9000",
"dcor_object_store.ssl_verify": "false",
"dcor_object_store.ssl_verify": "false"
},
"include": ["general"]
},
Expand Down Expand Up @@ -100,7 +100,7 @@
"smtp.user": "",
"smtp.password": "",
"email_to": "<TEMPLATE:EMAIL>",
"error_email_from": "error-<TEMPLATE:HOSTNAME>@mpl.mpg.de",
"error_email_from": "error-<TEMPLATE:HOSTNAME>@mpl.mpg.de"
}
}
}
Expand Down

0 comments on commit 169dd15

Please sign in to comment.