// SPDX-License-Identifier: EUPL-1.2
// SPDX-FileCopyrightText: OpenTalk Team <mail@opentalk.eu>
useopentalk_service_auth::ApiKey;useserde::Deserialize;useurl::Url;#[derive(Debug, Clone, Deserialize)]pubstructControllerConfig{// The controller url
puburl: Url,
// The API key for the controllers services
pubapi_key: ApiKey,
}