Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ CODER_ADDITIONAL_CSP_POLICY=frame-ancestors *
CODER_API_KEY=your_coder_api_key
CODER_TEMPLATE_ID=your_template_id
CODER_DEFAULT_ORGANIZATION=your_organization_id
CODER_WORKSPACE_NAME=your_workspace_name
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ This simplified example lets you host pad on `localhost` but is not safe for rea
```dotenv
CODER_DEFAULT_ORGANIZATION=your_organization_id # Example: 70f6af06-ef3a-4b4c-a663-c03c9ee423bb
```
* **If you use a custom name for your workspace:**
* 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`.

### 6️⃣ Pad App 📝
> The fastAPI app that both serves the build frontend and the backend API to interface with Coder
Expand Down