Skip to content

Commit

Permalink
feat(hyfi/conf/global): add new configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 18, 2023
1 parent 6926531 commit 17c7c2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/hyfi/conf/global/__init__.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
hyfi_path: ${__hyfi_path__:}
hyfi_version: ${__hyfi_version__:}
package_name: ${__package_name__:}
package_path: ${__package_path__:}
app_version: ${__app_version__:}
version: ${__app_version__:}
config_module_path: ${__config_module_path__:}
user_config_path: ${__user_config_path__:}
home_path: ${__home_path__:}
project_root_path: ${__project_root_path__:}
project_workspace_path: ${__project_workspace_path__:}

0 comments on commit 17c7c2b

Please sign in to comment.