From 057e1011ad812d76a04b7e649ad26d9fc2d485b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Rag=C3=A1ny-N=C3=A9meth?= Date: Mon, 6 Jul 2026 11:37:22 +0200 Subject: [PATCH] Add configuration.md --- docs/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/configuration.md 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 + +