mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
docs: add CODER_TLS_ADDRESS to documentation for TLS setup (#9503)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
co-authored by
Muhammad Atif Ali
parent
630d125286
commit
d85c354507
@@ -139,7 +139,7 @@ you can configure the server by setting the following variables in
|
||||
CODER_ACCESS_URL=https://coder.example.com
|
||||
|
||||
# String. Address to serve the API and dashboard.
|
||||
CODER_HTTP_ADDRESS=127.0.0.1:3000
|
||||
CODER_HTTP_ADDRESS=0.0.0.0:3000
|
||||
|
||||
# String. The URL of a PostgreSQL database to connect to. If empty, PostgreSQL binaries
|
||||
# will be downloaded from Maven (https://repo1.maven.org/maven2) and store all
|
||||
@@ -149,6 +149,9 @@ CODER_PG_CONNECTION_URL=
|
||||
# Boolean. Specifies if TLS will be enabled.
|
||||
CODER_TLS_ENABLE=
|
||||
|
||||
# If CODER_TLS_ENABLE=true, also set:
|
||||
CODER_TLS_ADDRESS=0.0.0.0:3443
|
||||
|
||||
# String. Specifies the path to the certificate for TLS. It requires a PEM-encoded file.
|
||||
# To configure the listener to use a CA certificate, concatenate the primary
|
||||
# certificate and the CA certificate together. The primary certificate should
|
||||
|
||||
Reference in New Issue
Block a user