From 5781f9c308fadcce98941498d2d762c3fa7ddbce Mon Sep 17 00:00:00 2001 From: Adam Beck Date: Tue, 18 May 2021 00:29:46 -0400 Subject: [PATCH] Document OPERATOR_TOKEN as required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f43d18a..4306f1f61 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ GOTRUE_SITE_URL=https://example.netlify.com/ The base URL your site is located at. Currently used in combination with other settings to construct URLs used in emails. -`OPERATOR_TOKEN` - `string` _Multi-instance mode only_ +`OPERATOR_TOKEN` - `string` **required** The shared secret with an operator (usually Netlify) for this microservice. Used to verify requests have been proxied through the operator and the payload values can be trusted.