mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
12 lines
291 B
Bash
12 lines
291 B
Bash
# Coder must be reachable from an external URL for users and workspaces to connect.
|
|
# e.g. https://coder.example.com
|
|
CODER_ACCESS_URL=
|
|
|
|
CODER_HTTP_ADDRESS=
|
|
CODER_PG_CONNECTION_URL=
|
|
CODER_TLS_CERT_FILE=
|
|
CODER_TLS_ENABLE=
|
|
CODER_TLS_KEY_FILE=
|
|
|
|
# Run "coder server --help" for flag information.
|