Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CobaltConfig.type
Members list
Type members
Inherited and Abstract types
The names of the product elements.
The names of the product elements.
Attributes
- Inherited from:
- Mirror
The name of the type.
The name of the type.
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Loads from the ambient config, returning failures rather than throwing.
Loads from the ambient config, returning failures rather than throwing.
Whether an unusable configuration is fatal is the composition root's call (Main does abort); keeping the failure as a value lets a test assert on a bad configuration without killing the JVM.
Attributes
Concrete fields
The config namespace.
The config namespace.
Attributes
Givens
Givens
Written out rather than derived for the same reason wolfram's is: AuthConfig is the one section with optional fields, and a derived reader would turn a missing secret into a parse error instead of the boot failure JwtVerifier.from produces with a sentence naming the field.
Written out rather than derived for the same reason wolfram's is: AuthConfig is the one section with optional fields, and a derived reader would turn a missing secret into a parse error instead of the boot failure JwtVerifier.from produces with a sentence naming the field.