We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887059c commit a2828d0Copy full SHA for a2828d0
README.md
@@ -17,7 +17,6 @@ Set the environment variables for your Cockpit CMS:
17
```shell
18
export COCKPIT_BASE_URL=https://example.com
19
export COCKPIT_API_TOKEN=1234
20
-export ASSET_PATH_PATTERN=/images/pattern
21
export TARGET_HOST=localhost
22
export TARGET_PORT=8080
23
export PORT=8000
@@ -26,5 +25,5 @@ export PORT=8000
26
25
Run the proxy with the command:
27
28
29
-startDev
+gleam run
30
```
0 commit comments