From 4d51d818964eddd1769a9e07e687e389dde797ef Mon Sep 17 00:00:00 2001 From: Vilsol Date: Fri, 31 May 2024 16:46:55 +0300 Subject: [PATCH] fix: use standard api key config --- cfg/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cfg/config.json b/cfg/config.json index cc04273..301e5a0 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -30,5 +30,7 @@ ], "user_cn_field": "name" }, - "apiKey": "HELLO" + "authentication": { + "apiKey": "HELLO" + } }