fix: Discourse and Miiverse gRPC settings had optional status swapped

This commit is contained in:
Jonathan Barrow 2025-10-03 16:21:55 -04:00
parent cda6f85399
commit d699a5efdb
No known key found for this signature in database
GPG Key ID: 2A7DAA6DED5A77E5

View File

@ -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 |
| `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 |