coder/coder.env

19 lines
422 B
Bash
Raw Normal View History

2022-09-08 19:41:00 +00:00
# Coder must be reachable from an external URL
# for users and workspaces to connect.
# Option 1) Enable CODER_TUNNEL to generate a
# unique *. try.coder.com access URL
CODER_TUNNEL=false
# Option 2) Set an access URL
# e.g. https://coder.example.com
CODER_ACCESS_URL=
2022-09-08 19:41:00 +00:00
CODER_ADDRESS=
CODER_PG_CONNECTION_URL=
CODER_TLS_CERT_FILE=
CODER_TLS_ENABLE=
CODER_TLS_KEY_FILE=
2022-09-08 19:41:00 +00:00
# Run "coder server --help" for flag information.