How-to: Add Configuration Parameters
To add a new configuration parameter, perform the following steps:
- Add the configuration parameter to the file:
csle/config.json
. - Add the new configuration parameter to the file:
csle/simulation-system/libs/csle-common/src/csle_common/dao/emulation_config/config.py
- Add the new parameter to an appropriate class in the following file (add a new class if needed):
csle/simulation-system/libs/csle-common/src/csle_common/constants/constants.py
- Previous
- Next