diff --git a/docs/developer/default-WHOIS-contacts.md b/docs/developer/default-WHOIS-contacts.md new file mode 100644 index 000000000..98f3e75a7 --- /dev/null +++ b/docs/developer/default-WHOIS-contacts.md @@ -0,0 +1,5 @@ +# How to change the default contact data + +The defaults are located in [src/registrar/models/public_contact.py](../../src/registrar/models/public_contact.py). Change them in the source code and re-deploy. + +The choice of which fields to disclose is hardcoded in [src/registrar/models/domain.py](../../src/registrar/models/domain.py) (May 23) but in the future this may become customizable by registrants. \ No newline at end of file