You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add CODER_WORKSPACE_NAME to .env.template and update README instructions (#75)
- Introduced a new environment variable, CODER_WORKSPACE_NAME, in the .env.template to allow users to specify a custom workspace name.
- Updated the README to include instructions for setting the CODER_WORKSPACE_NAME, enhancing clarity for users configuring their environment.
* **If you use a custom name for your workspace:**
138
+
* You need to provide the name as `CODER_WORKSPACE_NAME` in your `.env`. Otherwise, it will assume your workspace name is the default we chose: `ubuntu`.
137
139
138
140
### 6️⃣ Pad App 📝
139
141
> The fastAPI app that both serves the build frontend and the backend API to interface with Coder
0 commit comments