mirror of
https://github.com/logos-co/SimulationsFramework.git
synced 2025-02-22 18:58:18 +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
|
||||||
binary_path = "snow-family"
|
BINARY_PATH = "snow-family"
|
||||||
# configuration_settings = "configuration_settings.json"
|
CONFIGURATION_SETTINGS = "shared/configuration_settings.json"
|
||||||
configuration_settings = "shared/configuration_settings.json"
|
|
||||||
arguments_schema_path = "src/utilities/files/schemas/arguments_schema.json"
|
# Schemas
|
||||||
configuration_schema_path = "src/utilities/files/schemas/snow_family_configuration_schema.json"
|
ARGUMENTS_SCHEMA_PATH = "src/utilities/files/schemas/arguments_schema.json"
|
||||||
shared_folder = "shared"
|
CONFIGURATION_SCHEMA_PATH = "src/utilities/files/schemas/snow_family_configuration_schema.json"
|
||||||
input_settings = "shared/config_example.json"
|
|
||||||
|
# Shared folder
|
||||||
|
SHARED_FOLDER = "shared/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user