From 28e144f95f6f7df61a332fa20e7c409f9a0c7414 Mon Sep 17 00:00:00 2001 From: Cyrille Berger <cyrille.berger@liu.se> Date: Tue, 10 Oct 2023 10:20:32 +0200 Subject: [PATCH] document credentials --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index ee035e6..48780a0 100644 --- a/README.MD +++ b/README.MD @@ -15,8 +15,16 @@ It will output three lines per test data: 2) a scQL query 3) a json representation of the expected outcome of the query +You need a `credentials.json` file of the form: + +```json +{ "uri": "uri to scql analyser", "username": "username", "password": "password"} +``` + The script can also be used with the following arguments: * `--validate` can be used to validate the queries (check for errors, for instance). * `--localhost` to use an analyser server running locally * `--no-model` to generate training data without a model + + -- GitLab