From ca141d5c26e24f90a2ca582e445cc8d5f2c66b8c Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Tue, 30 May 2023 13:49:30 -0500 Subject: [PATCH] Document location of default contacts --- docs/developer/default-WHOIS-contacts.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/developer/default-WHOIS-contacts.md 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