mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add prebuilds configuration & bootstrapping (#17527)
Closes https://github.com/coder/internal/issues/508 --------- Signed-off-by: Danny Kopping <dannykopping@gmail.com> Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
Generated
+5
@@ -519,6 +519,11 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
|
||||
"wgtunnel_host": "string",
|
||||
"wildcard_access_url": "string",
|
||||
"workspace_hostname_suffix": "string",
|
||||
"workspace_prebuilds": {
|
||||
"reconciliation_backoff_interval": 0,
|
||||
"reconciliation_backoff_lookback": 0,
|
||||
"reconciliation_interval": 0
|
||||
},
|
||||
"write_config": true
|
||||
},
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user