From d699a5efdbb3efc209d5a4ce5ac57e8fda17e130 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Fri, 3 Oct 2025 16:21:55 -0400 Subject: [PATCH] fix: Discourse and Miiverse gRPC settings had optional status swapped --- SETUP.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SETUP.md b/SETUP.md index 581602d..f8d25e0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -90,9 +90,9 @@ Configurations are loaded through environment variables. `.env` files are suppor | `PN_ACT_CONFIG_GRPC_PORT` | gRPC server port | No | | `PN_ACT_CONFIG_STRIPE_SECRET_KEY` | Stripe API key. Used to cancel subscriptions when scrubbing PNIDs | Yes | | `PN_ACT_CONFIG_SERVER_ENVIRONMENT` | Server environment. Currently only used by the Wii U Account Settings app. `prod`/`test`/`dev` | Yes | -| `PN_ACT_CONFIG_DISCOURSE_FORUM_URL` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | No | -| `PN_ACT_CONFIG_DISCOURSE_API_KEY` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | No | -| `PN_ACT_CONFIG_DISCOURSE_API_USERNAME` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | No | -| `PN_ACT_CONFIG_GRPC_MIIVERSE_HOST` | Used to remove Miiverse user data during account deletion | Yes | -| `PN_ACT_CONFIG_GRPC_MIIVERSE_PORT` | Used to remove Miiverse user data during account deletion | Yes | -| `PN_ACT_CONFIG_GRPC_MIIVERSE_KEY_API` | Used to remove Miiverse user data during account deletion | Yes | \ No newline at end of file +| `PN_ACT_CONFIG_DISCOURSE_FORUM_URL` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | Yes | +| `PN_ACT_CONFIG_DISCOURSE_API_KEY` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | Yes | +| `PN_ACT_CONFIG_DISCOURSE_API_USERNAME` | Used for anonymizing user accounts on Discourse during account deletion. Forum anonymization skipped if not set | Yes | +| `PN_ACT_CONFIG_GRPC_MIIVERSE_HOST` | Used to remove Miiverse user data during account deletion | No | +| `PN_ACT_CONFIG_GRPC_MIIVERSE_PORT` | Used to remove Miiverse user data during account deletion | No | +| `PN_ACT_CONFIG_GRPC_MIIVERSE_KEY_API` | Used to remove Miiverse user data during account deletion | No | \ No newline at end of file