Skip to content

Commit

Permalink
Add docs about disabling remote download
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Jan 19, 2025
1 parent 2b45dec commit d09a9c9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 40 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,31 @@ It also includes other detailed type information, for example `Length`, so you c

---

## Disable Downloading Latest Defaults

Sometimes, it's just useful to disable downloading of the latest defaults, and just edit the scripts that are included
to see how they work. To do that, create a file in your `Documents/vmsacars` directory, called `appsettings.local.json`,
and place the following:

```json filename="appsettings.local.json"
{
"Config": {
"App": {
"DownloadConfig": false
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Verbose"
}
}
}
```

You can also adjust the log level to "Information", "Debug" or "Verbose" ("Debug" is recommended)

---

## Aircraft Configuration:

Aircraft rules are required to inherit the `AircraftConfig` abstract class. An example class would look like:
Expand Down
40 changes: 0 additions & 40 deletions package.g.props

This file was deleted.

0 comments on commit d09a9c9

Please sign in to comment.