// Copyright 2024 bmc::labs GmbH. All rights reserved.
use Serialize;
use Url;
/// The `[session_server]` section lets users interact with jobs, for example, in the interactive
/// web terminal.
///
/// The `[session_server]` section should be specified at the root level, not per runner. It should
/// be defined outside the `[[runners]]` section.
///
/// See the [`Default` implementation](Self::default) for the default values.
///
/// Further documentation found in [the GitLab
/// docs](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-session_server-section).