You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration
Here you can find all available configuration options using ENV variables.
## Settings
Settings.
| Name | Type | Default | Description | Example ||----------------|------------|--------------------------|-------------|--------------------------||`NESTED_MODEL`|`SubModel`|`{"val":0,"flag":false}`||`{"val":0,"flag":false}`|
Want to:
# Configuration
Here you can find all available configuration options using ENV variables.
## Settings
Settings.
### SubModel
SubModel.
**Environment Prefix**: `NESTED_MODEL__`| Name | Type | Default | Description | Example ||----------------------|-----------|---------|-------------|---------||`NESTED_MODEL__VAL`|`integer`|`0`||`0`||`NESTED_MODEL__FLAG`|`boolean`|`false`||`false`|
The text was updated successfully, but these errors were encountered:
Code:
Now:
Want to:
The text was updated successfully, but these errors were encountered: