Commit 7209d7d
committed
Add fallback submission email address for database seed
Forms can't be made live without a submission email address, so if the
`EMAIL` environment is not set or an email address can't be retrieved
with git then initializing the database will fail.
This commit uses an example email address as a fallback so that the
database seed can always be applied. We also update the README to
document the behaviour of the submission emails for test forms.1 parent 23f44c7 commit 7209d7d
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments