File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ coder:
101
101
# postgres://coder:password@postgres:5432/coder?sslmode=disable
102
102
name : coder-db-url
103
103
key : url
104
+ # For production deployments, we recommend configuring your own GitHub
105
+ # OAuth2 provider and disabling the default one.
106
+ - name : CODER_OAUTH2_GITHUB_DEFAULT_PROVIDER_ENABLE
107
+ value : " false"
104
108
105
109
# (Optional) For production deployments the access URL should be set.
106
110
# If you're just trying Coder, access the dashboard via the service IP.
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ coder:
47
47
# This env enables the Prometheus metrics endpoint.
48
48
- name : CODER_PROMETHEUS_ADDRESS
49
49
value : " 0.0.0.0:2112"
50
+ # For production deployments, we recommend configuring your own GitHub
51
+ # OAuth2 provider and disabling the default one.
52
+ - name : CODER_OAUTH2_GITHUB_DEFAULT_PROVIDER_ENABLE
53
+ value : " false"
50
54
tls :
51
55
secretNames :
52
56
- my-tls-secret-name
You can’t perform that action at this time.
0 commit comments