Skip to content
Permalink
Newer
Older
100644 11 lines (9 sloc) 286 Bytes
1
# Coder must be reachable from an external URL for users and workspaces to connect.
2
# e.g. https://coder.example.com
5
CODER_ADDRESS=
6
CODER_PG_CONNECTION_URL=
7
CODER_TLS_CERT_FILE=
8
CODER_TLS_ENABLE=
9
CODER_TLS_KEY_FILE=
10
11
# Run "coder server --help" for flag information.