diff --git a/xsoar_config.json b/xsoar_config.json index 891aa62b..f4f44823 100644 --- a/xsoar_config.json +++ b/xsoar_config.json @@ -33,12 +33,12 @@ ], "lists": [ { - "name": "List1", - "value": "Content of List1" + "name": "My Partners IPs", + "value": ["127.0.0.1", "127.0.0.2"] }, { - "name": "List2", - "value": "Content of List2" + "name": "C level Executives", + "value": ["foo@dummy.com", "bar@dummy.com", "koko@dummy.com"] } ], "jobs": [ @@ -59,4 +59,4 @@ "closePrevRun": true } ] -} \ No newline at end of file +}