mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-22 10:48:17 +00:00
Refactored and removed unnecessary system variables
This commit is contained in:
parent
690fcf0bba
commit
735e2a7d08
@ -1,10 +1,11 @@
|
||||
# Workaround while docker is not set up
|
||||
|
||||
# binary_path = "wsl /mnt/d/Projects/status/Rust/consensus-research/target/release-opt/snow-family"
|
||||
binary_path = "snow-family"
|
||||
# configuration_settings = "configuration_settings.json"
|
||||
configuration_settings = "shared/configuration_settings.json"
|
||||
arguments_schema_path = "src/utilities/files/schemas/arguments_schema.json"
|
||||
configuration_schema_path = "src/utilities/files/schemas/snow_family_configuration_schema.json"
|
||||
shared_folder = "shared"
|
||||
input_settings = "shared/config_example.json"
|
||||
# Binary
|
||||
BINARY_PATH = "snow-family"
|
||||
CONFIGURATION_SETTINGS = "shared/configuration_settings.json"
|
||||
|
||||
# Schemas
|
||||
ARGUMENTS_SCHEMA_PATH = "src/utilities/files/schemas/arguments_schema.json"
|
||||
CONFIGURATION_SCHEMA_PATH = "src/utilities/files/schemas/snow_family_configuration_schema.json"
|
||||
|
||||
# Shared folder
|
||||
SHARED_FOLDER = "shared/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user