Skip to content

Commit

Permalink
fix: use standard api key config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed May 31, 2024
1 parent 144f21c commit 4d51d81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
],
"user_cn_field": "name"
},
"apiKey": "HELLO"
"authentication": {
"apiKey": "HELLO"
}
}

0 comments on commit 4d51d81

Please sign in to comment.