mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +02:00
Merge branch 'main' into za/2348-csv-export-org-member-domain-export
This commit is contained in:
commit
dc37551489
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,8 +7,10 @@ docs/research/data/**
|
||||||
public/
|
public/
|
||||||
credentials*
|
credentials*
|
||||||
|
|
||||||
|
src/certs/
|
||||||
*.pem
|
*.pem
|
||||||
*.crt
|
*.crt
|
||||||
|
*.cer
|
||||||
|
|
||||||
*.bk
|
*.bk
|
||||||
|
|
||||||
|
|
|
@ -358,3 +358,7 @@ Then, copy the variables under the section labled `s3`.
|
||||||
2. Under models, click `Waffle flags`.
|
2. Under models, click `Waffle flags`.
|
||||||
3. Click the `disable_email_sending` record. This should exist by default, if not - create one with that name.
|
3. Click the `disable_email_sending` record. This should exist by default, if not - create one with that name.
|
||||||
4. (Important) Set the field `everyone` to `Yes`. This field overrides all other settings
|
4. (Important) Set the field `everyone` to `Yes`. This field overrides all other settings
|
||||||
|
|
||||||
|
## Request Flow FSM Diagram
|
||||||
|
|
||||||
|
The [.gov Domain Request & Domain Status Digram](https://miro.com/app/board/uXjVMuqbLOk=/?moveToWidget=3458764594819017396&cot=14) visualizes the domain request flow and resulting domain objects.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue