Class TestSettings
- Namespace
- Ando.Server.Configuration
- Assembly
- Ando.Server.dll
Configuration for the test API.
public class TestSettings
- Inheritance
-
TestSettings
- Inherited Members
Fields
SectionName
Configuration section name in appsettings.json.
public const string SectionName = "Test"
Field Value
Properties
ApiKey
API key required for test endpoints. Should be set via environment variable: Test__ApiKey
public string ApiKey { get; set; }