Skip to content

Commit 614c179

Browse files
authored
fix(docs): disable CODER_DERP_SERVER_STUN_ADDRESSES correctly (#10840)
1 parent 6ecba0f commit 614c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ coder:
199199
value: "false"
200200
# Only use relayed connections
201201
- name: "CODER_DERP_SERVER_STUN_ADDRESSES"
202-
value: ""
202+
value: "disable"
203203
# You must set up an external PostgreSQL database
204204
- name: "CODER_PG_CONNECTION_URL"
205205
value: ""

0 commit comments

Comments
 (0)