mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* feat: Add built-in PostgreSQL for simple production setup Fixes #2321. * Use fork of embedded-postgres for cache path
10 lines
233 B
Bash
10 lines
233 B
Bash
# Run "coder server --help" for flag information.
|
|
CODER_ACCESS_URL=
|
|
CODER_ADDRESS=
|
|
CODER_PG_CONNECTION_URL=
|
|
CODER_TLS_CERT_FILE=
|
|
CODER_TLS_ENABLE=
|
|
CODER_TLS_KEY_FILE=
|
|
# Generate a unique *.try.coder.app access URL
|
|
CODER_TUNNEL=false
|