diff --git a/docs/configuration.md b/docs/configuration.md new file mode 100644 index 0000000..114be3d --- /dev/null +++ b/docs/configuration.md @@ -0,0 +1,12 @@ +# Configuration +## Editing `secrets.json` from the IDE +StartSCH loads configuration from `secrets.json` when running in Development mode. +Store configuration that you want to keep private here. + +`secrets.json` is usually found at `~/.microsoft/usersecrets/09b7c7ea-d83c-4a08-9053-fd6b11481f69/secrets.json` + +Open it through Rider: Explorer > StartSch (the .csproj) > right-click > Tools > .NET User Secrets + +> [!NOTE] `~` is `C:/Users/YOUR_USER/` on Windows, `/home/YOUR_USER/` on Linux and `/Users/YOUR_USER/` on macOS + +