Skip to content

Commit

Permalink
Create proxy with gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDaniels committed Oct 24, 2023
1 parent 887059c commit a2828d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Set the environment variables for your Cockpit CMS:
```shell
export COCKPIT_BASE_URL=https://example.com
export COCKPIT_API_TOKEN=1234
export ASSET_PATH_PATTERN=/images/pattern
export TARGET_HOST=localhost
export TARGET_PORT=8080
export PORT=8000
Expand All @@ -26,5 +25,5 @@ export PORT=8000
Run the proxy with the command:

```shell
startDev
gleam run
```

0 comments on commit a2828d0

Please sign in to comment.