Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 463 Bytes

File metadata and controls

28 lines (19 loc) · 463 Bytes
code type title description
true
page
GetConfigAsync
Returns the current Kuzzle configuration.

GetConfigAsync

Returns the current Kuzzle configuration.

:::warning This route should only be accessible to administrators, as it might returns sensitive information about the backend. :::

Arguments

async Task<JObject> GetConfigAsync()

Return

Returns server configuration as a JObject.

Usage

<<< ./snippets/getConfig.cs