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