diff --git a/conf/config.toml b/conf/config.toml index 51abad2..757feeb 100644 --- a/conf/config.toml +++ b/conf/config.toml @@ -1,14 +1,14 @@ -platform = "https://platform.risksense.com" +platform = 'https://platform.risksense.com' # The API Token can be generated in the RiskSense UI, under User Settings. -api-key = "" +api-key = '' # You may uncomment this parameter and enter the desired network ID for your upload here if you already know it. -network_id = "" +network_id = '' # Specify the path to the folder containing the files you wish to upload -path_to_files = "files_to_process" +path_to_files = 'files_to_process' # Specify the path to the folder you would like to use for logging. -path_to_logs = "logs" \ No newline at end of file +path_to_logs = 'logs' \ No newline at end of file