Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanDragicevic committed Jun 11, 2024
1 parent ad9c04b commit b359a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Follow these steps to set up and run the application:
4. Add the following environment variables to the .env.local file, replacing the placeholder values with your actual values:

```bash
BASE_URL="YOUR_BASE_URL"
DEFAULT_WORKSPACE_ID=YOUR_WORKSPACE_ID
AUTH_TOKEN="YOUR_AUTH_TOKEN"
BASE_URL="your_base_url"
DEFAULT_WORKSPACE_ID=your_workspace_id
AUTH_TOKEN="your_auth_token"
```

5. Start the development server:
Expand Down

0 comments on commit b359a61

Please sign in to comment.