@@ -89,9 +89,9 @@ env | grep CODER_
8989
9090Coder uses the following environment variables for its internal operation:
9191
92- > ** Important** : These may be modified or removed in future releases without
93- > prior notice, and are not covered by Coder's backward compatibility policy.
94- > These are documented here for your information only.
92+ > ** Important** : These variables may be modified or removed in future releases
93+ > without prior notice and are not covered by Coder's backward compatibility
94+ > policy. These are documented here for your information only.
9595
9696<!-- markdownlint-disable MD044 -->
9797<table >
@@ -103,26 +103,25 @@ Coder uses the following environment variables for its internal operation:
103103 <td><code>CODER_AGENT_TOKEN</code></td>
104104 <td>The token used by the <a href="../setup/architecture.md">Coder Agent</a>
105105 to authenticate with <code>coderd</code>. The Coder Agent handles
106- tunnelled connections, collection of workspace statistics (such as
106+ tunnelled connections, collects workspace statistics (such as
107107 processor and memory utilization), and manages programs, such as
108108 editors.</td>
109109 </tr>
110110 <tr>
111111 <td><code>CODER_AGENT_URL</code></td>
112- <td>This is the URL that the <code>coder agent</code> process will use
112+ <td>Th URL that the <code>coder agent</code> process uses
113113 to connect to <code>coderd</code>. If this is not set, the agent
114- will connect to <code>CODER_URL</code> instead. This enables the
114+ will connect to <code>CODER_URL</code> instead, enabling the
115115 <code>coder agent</code> and <code>coder</code> command-line tool
116116 to connect to different installations.</td>
117117 </tr>
118118 <tr>
119119 <td><code>CODER_BOOTSTRAP_SCRIPT</code></td>
120- <td>When the
120+ <td>The script used to initiate the workspace startup sequence when the
121121 <a href="../admin/workspace-management/self-contained-builds.md">
122- self-contained workspace builds</a> feature is active, this variable
123- will contain a small script used to initiate the workspace startup
124- sequence, beginning by downloading the "bootstrap agent" from the
125- <code>coderd</code> process.</td>
122+ self-contained workspace builds</a> feature is active; begins by
123+ downloading the "bootstrap agent" from the <code>coderd</code>
124+ process.</td>
126125 </tr>
127126</table >
128127<!-- markdownlint-restore -->
0 commit comments