File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ existing one.
93
93
| Required | CLI | Env | Type | Description | Default |
94
94
| :------: | ------------------- | ----------------------- | -------- | ----------------------------------------- | --------- |
95
95
| ✔️ | ` --email-from ` | ` CODER_EMAIL_FROM ` | ` string ` | The sender's address to use. | |
96
- | ✔️ | ` --email-smarthost ` | ` CODER_EMAIL_SMARTHOST ` | ` string ` | The SMTP relay to send messages |
96
+ | ✔️ | ` --email-smarthost ` | ` CODER_EMAIL_SMARTHOST ` | ` string ` | The SMTP relay to send messages | |
97
97
| ✔️ | ` --email-hello ` | ` CODER_EMAIL_HELLO ` | ` string ` | The hostname identifying the SMTP server. | localhost |
98
98
99
99
** Authentication Settings:**
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ following:
183
183
184
184
Below is a list of the cross-origin headers Coder sets with example values:
185
185
186
- ```
186
+ ``` text
187
187
access-control-allow-credentials: true
188
188
access-control-allow-methods: PUT
189
189
access-control-allow-headers: X-Custom-Header
You can’t perform that action at this time.
0 commit comments