mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore(examples): fix a small typo (#10404)
This commit is contained in:
committed by
GitHub
parent
35e7d7854a
commit
6ae8bfed94
@ -7,7 +7,7 @@
|
||||
```env
|
||||
CODER_HTTP_ADDRESS=127.0.0.1:3000
|
||||
CODER_ACCESS_URL=https://coder.example.com
|
||||
CODER_WILDCARD_ACCESS_URL=*coder.example.com
|
||||
CODER_WILDCARD_ACCESS_URL=*.coder.example.com
|
||||
```
|
||||
|
||||
Throughout the guide, be sure to replace `coder.example.com` with the domain you intend to use with Coder.
|
||||
|
Reference in New Issue
Block a user