Skip to content

Commit a2828d0

Browse files
committed
Create proxy with gleam
1 parent 887059c commit a2828d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Set the environment variables for your Cockpit CMS:
1717
```shell
1818
export COCKPIT_BASE_URL=https://example.com
1919
export COCKPIT_API_TOKEN=1234
20-
export ASSET_PATH_PATTERN=/images/pattern
2120
export TARGET_HOST=localhost
2221
export TARGET_PORT=8080
2322
export PORT=8000
@@ -26,5 +25,5 @@ export PORT=8000
2625
Run the proxy with the command:
2726

2827
```shell
29-
startDev
28+
gleam run
3029
```

0 commit comments

Comments
 (0)