-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmytro Parfeniuk
committed
Jul 29, 2024
1 parent
b584925
commit 2c8d517
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,7 +231,7 @@ The project is fully configurable with environment variables. With that configur | |
## Contact and Support | ||
|
||
If you need help or have any questions, please open an issue on GitHub or contact us at [email protected]. | ||
======= | ||
|
||
This will run automatic code styling using `black` and `isort` and test that the | ||
repository's code matches its standards. | ||
|
||
|
@@ -263,4 +263,3 @@ settings = Settings() | |
``` | ||
|
||
With that configuration set you can load parameters to `LoggingSettings()` by using environment variables. Just run `export GUIDELLM__LOGGING__DISABLED=true` or `export GUIDELLM__LOGGING__NESTED=another_value` respectfully. The nesting delimiter is `__` | ||
>>>>>>> d8244f6 (📝 Project `configuration management` is documented) |