feat: Make executors_file_path optional and use a default value if None

--- don't change below this line ---
ENG-4088 Took 4 minutes

Took 59 seconds
This commit is contained in:
Diana Carvalho
2025-02-06 10:48:58 +00:00
parent 3116fef0d7
commit 4680a4be24
5 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1 @@
pub const DEFAULT_EXECUTORS_FILE_PATH: &str = "src/encoding/config/executor_addresses.json";