mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-07-19 01:11:59 -05:00
fix: Discourse and Miiverse gRPC settings had optional status swapped
This commit is contained in:
parent
cda6f85399
commit
d699a5efdb
12
SETUP.md
12
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 |
|
||||
| `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 |
|
||||
Loading…
Reference in New Issue
Block a user