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
`APP_SHOW_ERROR_DETAILS=1` or `APP_SHOW_ERROR_DETAILS=True` enables this
51
51
feature.
52
+
52
53
///
53
54
54
55
/// admonition | Settings strategy
55
56
56
57
BlackSheep project templates include a strategy to handle application
57
58
settings and configuration roots. Refer to [_Getting started with the MVC project template_](./mvc-project-template.md)
58
59
for more information.
60
+
59
61
///
60
62
61
63
## EnvironmentSettings
62
64
63
-
/// admonition | New in BlackSheep 2.4.4
64
-
type: info
65
-
66
-
Starting from BlackSheep 2.4.4, the `Application` object includes an `env_settings` property that provides runtime access to environment-based configuration settings.
67
-
68
-
///
69
-
70
-
The `Application` object automatically attaches an `EnvironmentSettings` instance that contains configuration values read from environment variables. This feature provides transparency and enables runtime inspection of the application's configuration, which is useful for debugging, testing, and administrative purposes.
65
+
Starting from BlackSheep 2.4.4, the `Application` object includes an `env_settings`
66
+
property that provides runtime access to environment-based configuration settings.
67
+
The `Application` object automatically attaches an `EnvironmentSettings` instance that
68
+
contains configuration values read from environment variables. This feature provides
69
+
transparency and enables runtime inspection of the application's configuration, which
70
+
is useful for debugging, testing, and administrative purposes.
0 commit comments