You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ A couple of notes about the configuration:
390
390
- Use `baseUrlOverride` in case you are in front of a reverse proxy or a tunnel like ngrok. The path of the current request will be appended to the `baseUrlOverride` for request validation.
391
391
392
392
> **Warning**
393
-
> Do not hard-code your **Auth Token** into code and do not check them into source code.
393
+
> Do not hard-code your **Auth Token** into code and do not check them into source control.
394
394
> Use the `UserSecretsConfigBuilder` for local development or [one of the other configuration builders](https://docs.microsoft.com/en-us/aspnet/config-builder).
395
395
> Alternatively, you should encrypt the configuration sections containing secrets like the Auth Token.
0 commit comments