Fixed typos: gitignore & config.mdx (#1974)

This commit is contained in:
Dhanush
2024-10-21 15:03:39 +05:30
committed by GitHub
parent ff7761aaf8
commit d4ffed9822
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ Alright, let's dive into what each key means in the yaml config above:
- `config`:
- `name` (String): The name of your full-stack application.
- `id` (String): The id of your full-stack application.
<Note>Only use this to reload already created apps. We recommend users to not create their own ids.</Note>
<Note>Only use this to reload already created apps. We recommend users not to create their own ids.</Note>
- `collect_metrics` (Boolean): Indicates whether metrics should be collected for the app, defaults to `True`
- `log_level` (String): The log level for the app, defaults to `WARNING`
2. `llm` Section: