Skip to content

Commit

Permalink
feat(hyfi/conf): add version to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 22, 2023
1 parent f829bcb commit 417c260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyfi/conf/mode/__init__.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
debug_mode: false
resolve: true
verbose: false
version: ${__app_version__:}
ignore_warnings: true
logging_level: WARNING
hydra_log_dir: ${oc.select:project.global_hyfi_root, ${alt:${oc.env:HYFI_GLOBAL_ROOT,null},${__home_path__:}}}/${oc.select:project.global_workspace_name, ${alt:${oc.env:HYFI_GLOBAL_WORKSPACE_NAME,null},.hyfi}}/logs/hydra
Expand Down

0 comments on commit 417c260

Please sign in to comment.